Merge pull request #148 from Lorenzooone/testing_branch

Update test script
This commit is contained in:
Lorenzooone 2021-11-28 18:25:23 +01:00 committed by GitHub
commit b8ca6df07e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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..."