Update Makefile and scripts after Quick removal.

Change-Id: I7610b34da337d81d9176ceca74e55ab85642a72b
diff --git a/test/run-all-tests b/test/run-all-tests
index 6d5c28c..402c299 100755
--- a/test/run-all-tests
+++ b/test/run-all-tests
@@ -47,9 +47,6 @@
     elif [ "x$1" = "x--no-image" ]; then
         run_args="${run_args} --no-image"
         shift
-    elif [ "x$1" = "x--quick" ]; then
-        run_args="${run_args} --quick"
-        shift
     elif [ "x$1" = "x--optimizing" ]; then
         run_args="${run_args} --optimizing"
         shift
@@ -181,7 +178,7 @@
         echo "    --trace --no-patchoat --no-dex2oat --use-java-home --pic-image"
         echo "    --pic-test --strace --debuggable --dalvik --dex2oat-swap"
         echo "    --build-only --build-with-jack --build-with-javac-dx"
-        echo "    --never-clean --image --no-image --quick --optimizing"
+        echo "    --never-clean --image --no-image --optimizing"
         echo "    --no-relocate --no-prebuild"
         echo "  Specific Runtime Options:"
         echo "    --seq                Run tests one-by-one, avoiding failures caused by busy CPU"