Embrace bash message with " (#4633)
authorJonghyun Park <parjong@gmail.com>
Fri, 29 Apr 2016 02:57:34 +0000 (11:57 +0900)
committerJan Kotas <jkotas@microsoft.com>
Fri, 29 Apr 2016 02:57:34 +0000 (19:57 -0700)
This commit tries to fix #4631.

tests/src/CLRTest.Execute.Bash.targets

index d4bef4728321c1bf0989d8a4e7ad10d9802d0eb8..af9d2e7e16459bbb1211e10fad768c51947e1eb7 100644 (file)
@@ -161,7 +161,7 @@ fi
 $(BashCLRTestEnvironmentCompatibilityCheck)
 if [ \( ! -z "$COMPlus_JitStress" \) -o \( ! -z "$COMPlus_JitStressRegs" \) -o \( ! -z "$COMPlus_JITMinOpts" \) ]
 then
-  echo SKIPPING EXECUTION BECAUSE ONE OR MORE OF (COMPlus_JitStress, COMPlus_JitStressRegs, COMPlus_JITMinOpts) IS SET
+  echo "SKIPPING EXECUTION BECAUSE ONE OR MORE OF (COMPlus_JitStress, COMPlus_JitStressRegs, COMPlus_JITMinOpts) IS SET"
   exit 0
 fi
       ]]></BashCLRTestEnvironmentCompatibilityCheck>