~ chicken-core (chicken-5) 324448e6edcb04015a39023d1c365b200392e4a5


commit 324448e6edcb04015a39023d1c365b200392e4a5
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Sun Dec 10 13:00:36 2017 +0100
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Sun Dec 10 13:00:36 2017 +0100

    Add some missing error checks to the profiler tests under Windows

diff --git a/tests/runtests.bat b/tests/runtests.bat
index 882e0223..fa9ab08e 100644
--- a/tests/runtests.bat
+++ b/tests/runtests.bat
@@ -62,7 +62,9 @@ if errorlevel 1 exit /b 1
 
 echo ======================================== profiler tests ...
 %compile% null.scm -profile -profile-name TEST.profile
+if errorlevel 1 exit /b 1
 a.out
+if errorlevel 1 exit /b 1
 %CHICKEN_PROFILE% TEST.profile
 if errorlevel 1 exit /b 1
 
Trap