Update test script

Done in order to match e938be4ba8 and the mGBA builds that will use it.
This commit is contained in:
Lorenzo Carletti 2021-11-28 18:24:52 +01:00
parent fe74ac0ca7
commit 6e21c0ef92
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if ($LASTEXITCODE -ne 0) { exit -1 }
Remove-Item -Path $log_file
"Starting the emulator..."
& $mgba_cmd -l 16 -C logToFile=1 -C logFile=$log_file $test_rom_file &
& $mgba_cmd -l 16 -C logLevel.gba.bios=0 -C logToFile=1 -C logFile=$log_file $test_rom_file &
if ($LASTEXITCODE -ne 0) { exit -1 }
"Sleeping for $sleep_time seconds..."