From 7f43791329dd06727e157c15784836db94dc1747 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Mon, 15 Jun 2015 14:35:01 +0100 Subject: [PATCH] Forgot this change in last commit. bug:21746693 Change-Id: I1ae9690d393cf1bae10cb06ff1c6754ab2a50595 --- tools/run-libcore-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh index e1f758157..1b8748bd9 100755 --- a/tools/run-libcore-tests.sh +++ b/tools/run-libcore-tests.sh @@ -77,7 +77,7 @@ while true; do # classpath/resources differences when compiling the boot image. vogar_args="$vogar_args --vm-arg -Ximage:/non/existent" shift - elif [[ $1 == "--debug" ]]; then + elif [[ "$1" == "--debug" ]]; then # Remove the --debug from the arguments. vogar_args=${vogar_args/$1} vogar_args="$vogar_args --vm-arg -XXlib:libartd.so" -- 2.11.0