diff options
| author | 2025-10-19 09:02:59 +0300 | |
|---|---|---|
| committer | 2025-10-19 09:02:59 +0300 | |
| commit | a5a5b69d3b96aa890909068e45c443460d52a697 (patch) | |
| tree | 8a5ac7fa7752b9008f23b216729bfbc2f2435ad8 /run-tests.sh | |
| parent | Make state be a global special variable (diff) | |
| download | ukkoclot-a5a5b69d3b96aa890909068e45c443460d52a697.tar.gz ukkoclot-a5a5b69d3b96aa890909068e45c443460d52a697.tar.xz ukkoclot-a5a5b69d3b96aa890909068e45c443460d52a697.zip | |
Work on launching scripts a bit
Diffstat (limited to 'run-tests.sh')
| -rwxr-xr-x | run-tests.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh index b2bbdb9..276274b 100755 --- a/run-tests.sh +++ b/run-tests.sh | |||
| @@ -7,6 +7,8 @@ set -eu | |||
| 7 | exec sbcl \ | 7 | exec 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 :verbose t)' \ | 10 | --eval '(asdf:load-system :ukkoclot)' \ |
| 11 | --eval '(conf:print-default #P"config.default.lisp")' \ | ||
| 12 | --eval '(asdf:load-system :ukkoclot/test/all)' \ | ||
| 11 | --eval '(setf ukkoclot/test/all:*should-quit* t)' \ | 13 | --eval '(setf ukkoclot/test/all:*should-quit* t)' \ |
| 12 | --eval '(asdf:test-system :ukkoclot)' | 14 | --eval '(asdf:test-system :ukkoclot)' |