Allow passing of multitple --invoke-with.
Also fix usage message.
Change-Id: I67f2168ed22ccef999c798585d73ad25c8885716
diff --git a/test/run-test b/test/run-test
index 2985815..b4db141 100755
--- a/test/run-test
+++ b/test/run-test
@@ -106,7 +106,7 @@
elif [ "x$1" = "x--invoke-with" ]; then
shift
what="$1"
- run_args="${run_args} --invoke-with \"${what}\""
+ run_args="${run_args} --invoke-with ${what}"
shift
elif [ "x$1" = "x--dev" ]; then
run_args="${run_args} --dev"
@@ -184,7 +184,7 @@
"If used, then the"
echo " other runtime options are ignored."
echo " --host Use the host-mode virtual machine."
- echo " --valgrind Use valgrind when running locally."
+ echo " --invoke-with Pass --invoke-with option to runtime."
echo " --jvm Use a host-local RI virtual machine."
echo " --output-path [path] Location where to store the build" \
"files."