Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asdf
asdf
Commits
5da925bf
Commit
5da925bf
authored
Feb 28, 2016
by
Robert Goldman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapt to changes to SBCL CL args and ASDF packages.
parent
6569b1e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
test/run-tests.sh
test/run-tests.sh
+3
-2
No files found.
test/run-tests.sh
View file @
5da925bf
...
...
@@ -284,7 +284,8 @@ case "$lisp" in
eval
=
"-eval"
;;
sbcl
)
command
=
"
${
SBCL
:-
sbcl
}
"
flags
=
"--noinform --no-userinit --no-sysinit"
flags
=
"--no-userinit --no-sysinit"
# flags="--noinform --no-userinit --no-sysinit"
nodebug
=
"--disable-debugger"
eval
=
"--eval"
;;
scl
)
...
...
@@ -501,7 +502,7 @@ test_clean_load () {
"(or'#.(load(string'|test/script-support.lisp|):verbose():print())#.(asdf-test:exit-lisp'0))"
\
>
$nop
2>&1
$bcmd
$eval
\
"(or'#.(load(string'|test/script-support.lisp|):verbose():print())#.(asdf-test:verbose())#.(load(string'|build/asdf.lisp|):verbose())#.(
asdf
/image:quit'0))"
\
"(or'#.(load(string'|test/script-support.lisp|):verbose():print())#.(asdf-test:verbose())#.(load(string'|build/asdf.lisp|):verbose())#.(
uiop
/image:quit'0))"
\
>
$load
2>&1
if
diff
$nop
$load
;
then
echo
"GOOD: Loading ASDF on
$lisp
produces no message"
>
&2
;
return
0
...
...
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