Skip to content

Commit b8ca6df

Browse files
authored
Merge pull request #148 from Lorenzooone/testing_branch
Update test script
2 parents 067b77f + 6e21c0e commit b8ca6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if ($LASTEXITCODE -ne 0) { exit -1 }
1414
Remove-Item -Path $log_file
1515

1616
"Starting the emulator..."
17-
& $mgba_cmd -l 16 -C logToFile=1 -C logFile=$log_file $test_rom_file &
17+
& $mgba_cmd -l 16 -C logLevel.gba.bios=0 -C logToFile=1 -C logFile=$log_file $test_rom_file &
1818
if ($LASTEXITCODE -ne 0) { exit -1 }
1919

2020
"Sleeping for $sleep_time seconds..."

0 commit comments

Comments
 (0)