summaryrefslogtreecommitdiff
path: root/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh
index f8338b3..b2bbdb9 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -7,6 +7,6 @@ set -eu
7exec sbcl \ 7exec sbcl \
8 --disable-ldb --lose-on-corruption \ 8 --disable-ldb --lose-on-corruption \
9 --noinform --noprint --non-interactive \ 9 --noinform --noprint --non-interactive \
10 --eval '(asdf:load-system :ukkoclot/test/all)' \ 10 --eval '(asdf:load-system :ukkoclot/test/all :verbose t)' \
11 --eval '(setf ukkoclot/test/all:*should-quit* t)' \ 11 --eval '(setf ukkoclot/test/all:*should-quit* t)' \
12 --eval '(asdf:test-system :ukkoclot)' 12 --eval '(asdf:test-system :ukkoclot)'