mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-03 12:13:19 +02:00
Merge pull request #592 from orbea/tester
sanity_tests.sh: avoid bash brace expansion
This commit is contained in:
4
.github/actions/sanity_tests.sh
vendored
4
.github/actions/sanity_tests.sh
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user