Skip to content

Commit 6aa2c03

Browse files
committed
Update run utility
Won't launch fuse on error
1 parent 22453db commit 6aa2c03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/runtime

tests/runtime/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
RUN=$(basename -s .bas $1)
55
rm -f "$RUN.tzx"
6-
../../zxb.py -TaB $1 --debug-memory
76
killall fuse 2>/dev/null
7+
../../zxb.py -TaB $1 --debug-memory || exit 1
88
fuse --auto-load --speed=19000 "$RUN.tzx" &
99

0 commit comments

Comments
 (0)