Verschiebe error und Positionen in den Ordner

This commit is contained in:
2025-09-25 16:26:26 +02:00
parent 6a645fc6e7
commit 2e66d28e76
3 changed files with 21 additions and 15 deletions
-2
View File
@@ -18,12 +18,10 @@ if %ERRORLEVEL% NEQ 0 (
echo.
echo Tests failed!
CALL manage_interpreter.bat deactivate_interpreter
pause
exit /B 1
) else (
echo.
echo All tests passed!
CALL manage_interpreter.bat deactivate_interpreter
pause
exit /B 0
)