Fix another JIT-disasm check.
authorAditya Mandaleeka <adityam@microsoft.com>
Thu, 26 Jan 2017 22:53:54 +0000 (14:53 -0800)
committerAditya Mandaleeka <adityam@microsoft.com>
Thu, 26 Jan 2017 22:56:17 +0000 (14:56 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/dc7c98f4a09d0d5e9fe476978f01724a9446ead1

src/coreclr/tests/runtest.sh

index 4db1ac3..f58eff1 100755 (executable)
@@ -388,8 +388,7 @@ function precompile_overlay_assemblies {
         for fileToPrecompile in ${filesToPrecompile}
         do
             local filename=${fileToPrecompile}
-            if [ $jitdisasm == 1]; then
-
+            if [ $jitdisasm == 1 ]; then
                 $overlayDir/corerun $overlayDir/jit-dasm.dll --crossgen $overlayDir/crossgen --platform $overlayDir --output $testRootDir/dasm $filename
                 local exitCode=$?
                 if [ $exitCode != 0 ]; then