fix: add a default parameter to windows python test script

This commit is contained in:
tangfangzhi 2022-06-25 13:46:53 +08:00
parent f7b1960725
commit 27a6765282
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ def run_win_test() {
time /t
cd %WIN_SYSTEM_TEST_ROOT%
echo "testing ..."
test-all.bat
test-all.bat ci
time /t
'''
}