SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 0f6299edfc6bc4ee89457c2c607f25d52f84791f parent 0b0abce956d775a6c7826a0fdabd61f9934a9f27 Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 31 Mar 2024 20:11:31 +0300 Merge pull request #592 from orbea/tester sanity_tests.sh: avoid bash brace expansion Diffstat:
| M | .github/actions/sanity_tests.sh | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/actions/sanity_tests.sh b/.github/actions/sanity_tests.sh @@ -1,3 +1,5 @@ +#!/bin/sh + set -e ./build/bin/tester/sameboy_tester --jobs 5 \ @@ -7,7 +9,7 @@ set -e --dmg --length 45 .github/actions/dmg_sound-2.gb \ --dmg --length 20 .github/actions/oam_bug-2.gb -mv .github/actions/dmg{,-mode}-acid2.bmp +mv .github/actions/dmg-acid2.bmp .github/actions/dmg-mode-acid2.bmp ./build/bin/tester/sameboy_tester \ --dmg --length 10 .github/actions/dmg-acid2.gb
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.