Skip to content

Commit

Permalink
Fix RunTest.bat format
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyolee committed Jun 15, 2024
1 parent 99b1113 commit b1796c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RunTest.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
@rem Tidied and updated for new tests 21, 22, 23 by PH, October 2015.
@rem PH added missing "set type" for test 22, April 2016.
@rem PH added copy command for new testbtables file, November 2020
@rem PH caused it to show comparison output when comparison faile, July 2023
@rem PH updated unknown error number in test
@rem PH caused it to show comparison output when comparison faile, July 2023
@rem PH updated unknown error number in test


setlocal enabledelayedexpansion
Expand Down Expand Up @@ -311,7 +311,7 @@ if %jit% EQU 1 call :runsub 1 testoutjit "Test with JIT Override" -q -jit
goto :eof

:do2
copy /y %srcdir%\testdata\testbtables testbtables
copy /y %srcdir%\testdata\testbtables testbtables
call :runsub 2 testout "API, errors, internals, and non-Perl stuff" -q
if %jit% EQU 1 call :runsub 2 testoutjit "Test with JIT Override" -q -jit
goto :eof
Expand Down

0 comments on commit b1796c3

Please sign in to comment.