X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=tests%2Frun-all-tests;h=f66cd767a528eab6235392a78c1531c271172805;hb=2d2f13c50ba3c38dc4a8a8aaf483f6df155e0080;hp=7704b181d667bc1c0071e3d552823d3ea3da4c2f;hpb=7c139161d191c0116cf56f0c0d5979291de507ee;p=android-x86%2Fdalvik.git diff --git a/tests/run-all-tests b/tests/run-all-tests index 7704b181d..f66cd767a 100755 --- a/tests/run-all-tests +++ b/tests/run-all-tests @@ -37,10 +37,7 @@ run_args="" usage="no" while true; do - if [ "x$1" = "x--local" ]; then - run_args="${run_args} --local" - shift - elif [ "x$1" = "x--host" ]; then + if [ "x$1" = "x--host" ]; then run_args="${run_args} --host" shift elif [ "x$1" = "x--reference" ]; then @@ -95,10 +92,10 @@ if [ "$usage" = "yes" ]; then echo " $prog --help Print this message." 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 --local --no-optimize --no-verify" \ - "--portable" - echo " --reference --update --valgrind --zygote --host" + "further documentation:" + echo " --debug --dev --fast --host --no-optimize --no-verify" \ + "--portable" + echo " --reference --update --valgrind --zygote" ) 1>&2 exit 1 fi