Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
39ca5aef
Commit
39ca5aef
authored
Feb 05, 2013
by
Francois-Rene Rideau
Browse files
Better compare the output of loading ASDF vs not. Makes it work with CLISP.
parent
a439bd2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/run-tests.sh
View file @
39ca5aef
...
...
@@ -355,7 +355,7 @@ test_clean_load () {
'(or #.(load "test/script-support.lisp" :verbose nil :print nil) #.(asdf-test::exit-lisp 0))'
\
>
$nop
2>&1
${
cmd
}
${
eval
}
\
'(or #.(load "
build/asdf
.lisp" :verbose nil :print nil)
#.
(asdf
/image:quit
0))'
\
'(or #.(load "
test/script-support
.lisp" :verbose nil :print nil) (asdf
-test::load-asdf-lisp) #.(asdf-test::exit-lisp
0))'
\
>
$load
2>&1
if
diff
$nop
$load
;
then
echo
"GOOD: Loading ASDF on
$lisp
produces no message"
>
&2
;
return
0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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