summaryrefslogtreecommitdiffstats
path: root/run_tests.fish
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-05-16 16:43:49 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-05-16 16:46:51 -0700
commitff12ef4eea67453c1a6c1fa4614b74adf7c3caca (patch)
tree64911f7bb622075ce740c5ac4d1559295845f7d1 /run_tests.fish
parent907ade52d0703e95b2e29bd8933b1f57a3ba3e09 (diff)
downloadsml-ff12ef4eea67453c1a6c1fa4614b74adf7c3caca.tar.zst
Fix spelling in GenSym
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