We replace -d with -O recently, but not uniformly.
Change-Id: Ia66037addabe8f0c61531d955bf570aa4c7c83e6
diff --git a/test/run-all-tests b/test/run-all-tests
index bd5eea3..18ffa17 100755
--- a/test/run-all-tests
+++ b/test/run-all-tests
@@ -40,8 +40,8 @@
if [ "x$1" = "x--host" ]; then
run_args="${run_args} --host"
shift
- elif [ "x$1" = "x--reference" ]; then
- run_args="${run_args} --reference"
+ elif [ "x$1" = "x--jvm" ]; then
+ run_args="${run_args} --jvm"
shift
elif [ "x$1" = "x--debug" ]; then
run_args="${run_args} --debug"
@@ -84,8 +84,8 @@
echo " $prog [options] Run all tests with the given options."
echo " Options are all passed to run-test; refer to that for " \
"further documentation:"
- echo " --debug --dev --host --no-optimize --no-verify"
- echo " --reference --update --valgrind --zygote"
+ echo " --debug --dev --host --jvm --no-optimize --no-verify"
+ echo " -O --update --valgrind --zygote"
) 1>&2
exit 1
fi