run test.py with --rebuild_native_modules (#13570)
Fixes script\verify-ffmpeg crash
This commit is contained in:
parent
cb6ab4de20
commit
5aa136a23d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ test_script:
|
|||
Write-Output "Skipping tests for release build"
|
||||
} else {
|
||||
Write-Output "Running tests for debug build"
|
||||
python script\test.py --ci
|
||||
python script\test.py --ci --rebuild_native_modules
|
||||
if ($LASTEXITCODE -ne '0') {
|
||||
throw "Tests failed with exit code $LASTEXITCODE"
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue