Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 29, 2024
1 parent 5e12d9e commit e00c988
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
result = subprocess.run([
"wine",
"../bgb/bgb.exe",
"-set \"DebugSrcBrk=1\"",
"-autoexit",
"-hf",
"-stateonexit",
"-screenonexit", "build/wav_test_load_and_play.bmp"
"build/wav_test_load_and_play.gb"
"-screenonexit", "build/wav_test_load_and_play.bmp",
"-rom", "build/wav_test_load_and_play.gb"
])

print(result)

0 comments on commit e00c988

Please sign in to comment.