Skip to content

Commit

Permalink
testings - add additional pause for verifying correct output
Browse files Browse the repository at this point in the history
  • Loading branch information
PerditionC committed Jan 3, 2022
1 parent 5d1929f commit facce56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/compat.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@ECHO OFF
SET DEV=0
SET DEV=1
IF NOT "%1"=="EXTENDED" IF NOT "%1"=="" GOTO %1
REM This is intended to be a primary batch file for standard MSDOS compatible testing
REM Run with option EXTENDED for testing advanced FreeCOM commands supported
Expand Down Expand Up @@ -185,6 +185,7 @@ goto : label3
ECHO If you see me then label3 didn't work
:label3
echo Label 3 found
IF "%DEV%"=="1" pause

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

0 comments on commit facce56

Please sign in to comment.