From dccd961bf83907c9b87e8bfe880e7d9e7e941825 Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Sun, 28 Jul 2024 16:23:32 +0200 Subject: [PATCH] ... --- .github/workflows/test.yml | 10 +++++----- tests/test.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d2b6bb5..16ae804 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,11 +36,11 @@ jobs: cd tests make ls build - - name: test single rom - # shell: bash - run: | - cd tests - python test.py + # - name: test single rom + # # shell: bash + # run: | + # cd tests + # python test.py - name: pytest # shell: bash run: | diff --git a/tests/test.py b/tests/test.py index 8b918c8..8552f56 100644 --- a/tests/test.py +++ b/tests/test.py @@ -2,7 +2,7 @@ subprocess.call([ - "../bgb/bgb64.exe", + "../bgb/bgb.exe", "-set \"DebugSrcBrk=1\"", "-autoexit", "-hf",