From 9a5580f981dbc5b1a4184bbbc32e5043fc972ad6 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Wed, 15 Sep 2021 13:57:13 +0800 Subject: [PATCH] update jenkins --- Jenkinsfile | 1 - tests/pytest/test-all.bat | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b89ab5a5ba..3524a82151 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 31c69e9c95..1f1e2c1727 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" -- GitLab