Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
15f03f93
Commit
15f03f93
authored
Feb 21, 2021
by
Eric Timmons
Browse files
don't load rc files on tests, ensure asdf is loaded
parent
b7dbcd8a
Pipeline
#2965
passed with stages
in 62 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/quicklisp-bundle.lisp
View file @
15f03f93
...
...
@@ -6,6 +6,6 @@
(
uiop:run-program
`
(
,
*clpm*
"bundle"
"install"
"-y"
"--no-resolve"
)
:output
:interactive
:error-output
:interactive
)
(
uiop:run-program
`
(
,
*clpm*
"bundle"
"exec"
"--"
"sbcl"
"--non-interactive"
"--eval"
"(asdf:load-system :quicklisp-bundle)"
"--quit"
)
(
uiop:run-program
`
(
,
*clpm*
"bundle"
"exec"
"--"
"sbcl"
"--non-interactive"
"--no-userinit"
"--no-sysinit"
"--eval"
"(require :asdf)"
"--eval"
"(asdf:load-system :quicklisp-bundle)"
"--quit"
)
:output
:interactive
:error-output
:interactive
))))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment