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
|
time /t
|
||||||
cd %WIN_SYSTEM_TEST_ROOT%
|
cd %WIN_SYSTEM_TEST_ROOT%
|
||||||
echo "testing ..."
|
echo "testing ..."
|
||||||
test-all.bat
|
test-all.bat ci
|
||||||
time /t
|
time /t
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue