We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd11a3d1 commitc178eefCopy full SHA for c178eef
appveyor-build.cmd
@@ -69,10 +69,10 @@ call tests\BuildTestTools.cmd release
69
pushd tests
70
71
call RunTests.cmd release fsharp Smoke
72
-@if ERRORLEVEL1echo Error: 'RunTests.cmd release fsharp Smoke' failed&&goto :eof
+@if ERRORLEVEL1type testresults\fsharp_failures.log&&echo Error: 'RunTests.cmd release fsharp Smoke' failed&&goto :eof
73
74
call RunTests.cmd release fsharpqa Smoke
75
-@if ERRORLEVEL1echo Error: 'RunTests.cmd release fsharpqa Smoke' failed&&goto :eof
+@if ERRORLEVEL1type testresults\fsharpqa_failures.log&&echo Error: 'RunTests.cmd release fsharpqa Smoke' failed&&goto :eof
76
77
call RunTests.cmd release coreunit
78
@if ERRORLEVEL1echo Error: 'RunTests.cmd release coreunit' failed&&goto :eof