We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22453db commit 6aa2c03Copy full SHA for 6aa2c03
1 file changed
tests/runtime/run
@@ -3,7 +3,7 @@
3
4
RUN=$(basename -s .bas $1)
5
rm -f "$RUN.tzx"
6
-../../zxb.py -TaB $1 --debug-memory
7
killall fuse 2>/dev/null
+../../zxb.py -TaB $1 --debug-memory || exit 1
8
fuse --auto-load --speed=19000 "$RUN.tzx" &
9
0 commit comments