fix: add a default parameter to windows python test script
This commit is contained in:
parent
f7b1960725
commit
27a6765282
|
@ -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
|
||||
'''
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue