diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/odinfmt/tests.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/odinfmt/tests.bat b/tools/odinfmt/tests.bat index 12c42d8..217f899 100644 --- a/tools/odinfmt/tests.bat +++ b/tools/odinfmt/tests.bat @@ -1,4 +1,4 @@ echo off cd /D "%~dp0" odin run tests.odin -file -collection:src=../../src -out:tests.exe -if %errorlevel% neq 0 exit 1
\ No newline at end of file +if %errorlevel% neq 0 exit /b 1
\ No newline at end of file |