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
asdf
asdf
Commits
dd63c7a6
Commit
dd63c7a6
authored
Oct 22, 2013
by
Francois-Rene Rideau
Browse files
Work around ABCL's bad backquote parser in test_clean_load.
parent
3721b8f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/run-tests.sh
View file @
dd63c7a6
...
...
@@ -414,11 +414,11 @@ test_clean_load () {
nop
=
build/results/
${
lisp
}
-nop
.text
load
=
build/results/
${
lisp
}
-load
.text
$bcmd
$eval
\
'
(or
`
#.(load(string
`
|test/script-support.lisp|)
`
:verbose():print())#.(asdf-test::exit-lisp
`
0))
'
\
>
$nop
2>&1
"
(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))
'
\
>
$load
2>&1
"
(or
'
#.(load(string
'
|test/script-support.lisp|):verbose():print())#.(asdf-test::verbose())#.(load(string
'
|build/asdf.lisp|):verbose())#.(asdf/image:quit
'
0))
"
\
>
$load
2>&1
if
diff
$nop
$load
;
then
echo
"GOOD: Loading ASDF on
$lisp
produces no message"
>
&2
;
return
0
else
...
...
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