diff options
Diffstat (limited to 'test/116-nodex2oat/run')
-rwxr-xr-x | test/116-nodex2oat/run | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/116-nodex2oat/run b/test/116-nodex2oat/run index 5ffeecd..2df6705 100755 --- a/test/116-nodex2oat/run +++ b/test/116-nodex2oat/run @@ -17,6 +17,9 @@ # Remove prebuild from the flags, this test is for testing not having oat files. flags="${@/--prebuild/}" +# Use the non-prebuild script. +RUN="${RUN/push-and-run-prebuilt-test-jar/push-and-run-test-jar}" + # Make sure we can run without an oat file, echo "Run -Xnodex2oat" ${RUN} ${flags} --runtime-option -Xnodex2oat |