run test.py with --rebuild_native_modules (#13570)

Fixes script\verify-ffmpeg crash
This commit is contained in:
John Kleinschmidt 2018-07-05 17:53:11 -04:00 коммит произвёл Charles Kerr
Родитель cb6ab4de20
Коммит 5aa136a23d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 {