Add -Xzygote to suppress starting the signal catcher thread.
Change-Id: Iae98ac9d362c71074befbc702f8cae96888211ec
diff --git a/test/run-all-tests b/test/run-all-tests
index 94c7c31..ce28457 100755
--- a/test/run-all-tests
+++ b/test/run-all-tests
@@ -43,15 +43,6 @@
elif [ "x$1" = "x--reference" ]; then
run_args="${run_args} --reference"
shift
- elif [ "x$1" = "x--jit" ]; then
- run_args="${run_args} --jit"
- shift
- elif [ "x$1" = "x--fast" ]; then
- run_args="${run_args} --fast"
- shift
- elif [ "x$1" = "x--portable" ]; then
- run_args="${run_args} --portable"
- shift
elif [ "x$1" = "x--debug" ]; then
run_args="${run_args} --debug"
shift
@@ -93,8 +84,7 @@
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 --fast --host --no-optimize --no-verify" \
- "--portable"
+ echo " --debug --dev --host --no-optimize --no-verify"
echo " --reference --update --valgrind --zygote"
) 1>&2
exit 1