From 8e8a86aed0c4a43e26c6b374ae0c28b9bc8ba1ca Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 27 Jan 2021 14:56:29 +0100 Subject: [PATCH] Fix return code from testing script in case of error Using type reset %errorlevel% and the errors were not detected any longer. --- build/tools/appveyor-test.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/appveyor-test.bat b/build/tools/appveyor-test.bat index 1a2e41566c..dfe3a3898d 100755 --- a/build/tools/appveyor-test.bat +++ b/build/tools/appveyor-test.bat @@ -62,4 +62,4 @@ echo. echo --- httpbin output --- type c:\projects\wxwidgets\httpbin.log echo --- httpbin output end --- -goto :eof +exit /b 1