summaryrefslogtreecommitdiffstats
path: root/run_tests.fish
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.fish')
-rw-r--r--run_tests.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.fish b/run_tests.fish
index 1005fac..22c86d5 100644
--- a/run_tests.fish
+++ b/run_tests.fish
@@ -3,7 +3,7 @@
set d (realpath (status dirname))
cd $d/bytecode
-cargo build
+cargo build; or return
cd $d