Add --invoke-with and -d to the dalvik tests.

Change-Id: I358945fd2b41c1615441c1687a582a66e662eba9
diff --git a/test/run-all-tests b/test/run-all-tests
index ce28457..bd5eea3 100755
--- a/test/run-all-tests
+++ b/test/run-all-tests
@@ -68,7 +68,7 @@
         usage="yes"
         shift
     elif expr "x$1" : "x--" >/dev/null 2>&1; then
-        echo "unknown option: $1" 1>&2
+        echo "unknown $0 option: $1" 1>&2
         usage="yes"
         break
     else