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
5c522242
Commit
5c522242
authored
Dec 18, 2012
by
Francois-Rene Rideau
Browse files
Have the upgrade test save output to a file.
parent
eb3f595f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5c522242
...
...
@@ -124,7 +124,7 @@ test-upgrade:
*
)
echo
"WTF?"
;
exit
2
;;
esac
;
\
$$
lv
"(asdf-test::test-asdf
$$
l)"
)
||
\
{
echo
"upgrade FAILED"
;
exit
1
;
}
;;
esac
;
\
done
;
done
done
;
done
2>&1 |
tee
tmp/results/
${lisp}
.upgrade.text
test-forward-references
:
${SBCL}
--noinform
--no-userinit
--no-sysinit
--load
asdf.lisp
--load
test
/script-support.lisp
--eval
'(asdf-test::exit-lisp 0)'
2>&1 | cmp - /dev/null
...
...
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