Skip to content

Commit

Permalink
Fix typo in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
abekornelis committed Nov 1, 2024
1 parent d87a10b commit 10df065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rt/bat/RUNOPTABLES.BAT
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ if %z_ReturnCode% EQU 0 (set /A count_ok=%count_ok%+1) else (
if %1. NEQ . goto return

rem Machine ARCH-7 - equivalent of Optable(ZS3)
:ARCH-6
:ARCH-7
call rt\bat\RUNOPTABLE %z_TraceMode% machine ARCH-7 ZS3
set z_ReturnCode=%ERRORLEVEL%
if %z_ReturnCode% EQU 0 (set /A count_ok=%count_ok%+1) else (
Expand Down

0 comments on commit 10df065

Please sign in to comment.