diff --git a/tests/test.py b/tests/test.py index 8223635..57273e5 100644 --- a/tests/test.py +++ b/tests/test.py @@ -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)