We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84780f commit 1dad93aCopy full SHA for 1dad93a
Makefile
@@ -56,15 +56,15 @@ test: test-sbcl
56
test-sbcl: $(lisps)
57
sbclw ${SBCL_ARGS} --quit \
58
--eval "(ql:quickload :cl-dotenv)" \
59
- --eval "(.env:load-env #P\"./.env\")" \
+ --eval "(if (probe-file #P\"./.env\") (.env:load-env #P\"./.env\"))" \
60
--load "build/setup.lisp" \
61
--load "build/test.lisp"
62
63
.PHONY: test-ros
64
test-ros: $(lisps)
65
ros run -- ${SBCL_ARGS} --quit \
66
67
68
69
70
0 commit comments