Merge pull request #7574 from DrewScoggins/runtestfix
authorRahul Kumar <rahku@microsoft.com>
Tue, 11 Oct 2016 23:05:04 +0000 (16:05 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Oct 2016 23:05:04 +0000 (16:05 -0700)
Fix runtest.cmd return code

tests/runtest.cmd

index ad83935..ebb038e 100644 (file)
@@ -186,7 +186,7 @@ call :PrecompileFX
 :SkipPrecompileFX
 
 if  defined __GenerateLayoutOnly (
-    exit /b 1
+    exit /b 0
 )
 
 if not exist %CORE_ROOT%\coreclr.dll (