Skip to content

Commit

Permalink
result
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent ef97aea commit 4a4061e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import subprocess


subprocess.call([
result = subprocess.run([
"../bgb/bgb64.exe",
"-set \"DebugSrcBrk=1\"",
"-autoexit",
Expand All @@ -10,3 +10,5 @@
"-screenonexit", "build/wav_test_load_and_play.bmp"
"build/wav_test_load_and_play.gb"
])

print(result)

0 comments on commit 4a4061e

Please sign in to comment.