Skip to content

Commit facce56

Browse files
committed
testings - add additional pause for verifying correct output
1 parent 5d1929f commit facce56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/compat.bat

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@ECHO OFF
2-
SET DEV=0
2+
SET DEV=1
33
IF NOT "%1"=="EXTENDED" IF NOT "%1"=="" GOTO %1
44
REM This is intended to be a primary batch file for standard MSDOS compatible testing
55
REM Run with option EXTENDED for testing advanced FreeCOM commands supported
@@ -185,6 +185,7 @@ goto : label3
185185
ECHO If you see me then label3 didn't work
186186
:label3
187187
echo Label 3 found
188+
IF "%DEV%"=="1" pause
188189

189190
ECHO Testing IF and EXISTS
190191
ECHO Testing the EXIST format, you should see "((OK))" two times

0 commit comments

Comments
 (0)