diff --git a/Jenkinsfile b/Jenkinsfile index b89ab5a5ba46e3d9d0ea93d02b801ec88e7c74f6..3524a82151d41585eb7b9dc4f7c7e7d92c56cbd5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -467,7 +467,6 @@ pipeline { } script{ win_stop=1 - println win_stop } } } diff --git a/tests/pytest/test-all.bat b/tests/pytest/test-all.bat index 31c69e9c955139c6808da045fbe8c875bb7b338a..1f1e2c1727527e91f7632213992607d6221eac85 100644 --- a/tests/pytest/test-all.bat +++ b/tests/pytest/test-all.bat @@ -7,6 +7,7 @@ for /F "usebackq tokens=*" %%i in (fulltest.bat) do ( if errorlevel 1 ( call :colorEcho 0c "failed" &echo. && exit 8 ) else ( call :colorEcho 0a "Success" &echo. ) ) exit + :colorEcho echo off "%~2"