From 2944a4bc400bf099da7cd4d988677b0772e2e3a8 Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff Date: Tue, 10 Oct 2017 14:49:33 +0200 Subject: [PATCH] + fix: syntax error on exit script --- test/TestAhkNotepad3.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/TestAhkNotepad3.cmd b/test/TestAhkNotepad3.cmd index 950e4f27f..5ca363d59 100644 --- a/test/TestAhkNotepad3.cmd +++ b/test/TestAhkNotepad3.cmd @@ -44,8 +44,8 @@ if errorlevel 1 ( type %TEST_LOG% :: - make EXITCODE survive 'endlocal' endlocal & set EXITCODE=%EXITCODE% -:: -call exit only in case of -if not [%EXITCODE%] EQ [0] exit /b %EXITCODE% + +exit /b %EXITCODE% :: ==================================================================================================================== :: --------------------------------------------------------------------------------------------------------------------