Merge pull request #148 from Lorenzooone/testing_branch
Update test script
This commit is contained in:
commit
b8ca6df07e
2
test.ps1
2
test.ps1
|
@ -14,7 +14,7 @@ if ($LASTEXITCODE -ne 0) { exit -1 }
|
||||||
Remove-Item -Path $log_file
|
Remove-Item -Path $log_file
|
||||||
|
|
||||||
"Starting the emulator..."
|
"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 }
|
if ($LASTEXITCODE -ne 0) { exit -1 }
|
||||||
|
|
||||||
"Sleeping for $sleep_time seconds..."
|
"Sleeping for $sleep_time seconds..."
|
||||||
|
|
Loading…
Reference in New Issue