From: Nicolas Geoffray Date: Mon, 15 Jun 2015 13:35:01 +0000 (+0100) Subject: Forgot this change in last commit. X-Git-Tag: android-x86-7.1-r1~889^2~971^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7f43791329dd06727e157c15784836db94dc1747;p=android-x86%2Fart.git Forgot this change in last commit. bug:21746693 Change-Id: I1ae9690d393cf1bae10cb06ff1c6754ab2a50595 --- 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"