Skip to content

Commit c84780f

Browse files
Quit after ros-test
1 parent 933fe58 commit c84780f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test-sbcl: $(lisps)
6262

6363
.PHONY: test-ros
6464
test-ros: $(lisps)
65-
ros run -- ${SBCL_ARGS} \
65+
ros run -- ${SBCL_ARGS} --quit \
6666
--eval "(ql:quickload :cl-dotenv)" \
6767
--eval "(.env:load-env #P\"./.env\")" \
6868
--load "build/setup.lisp" \

0 commit comments

Comments
 (0)