Skip to content
Snippets Groups Projects
Commit cadae3bd authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

More removing of fasls for upgrade tests from ASDF 1.

parent 6cbe6656
No related branches found
No related tags found
No related merge requests found
......@@ -327,7 +327,7 @@ valid_upgrade_test_p () {
run_upgrade_tests () {
cd ${ASDFDIR}
mkdir -p build/results
rm -f build/*.*f* ## Remove stale FASLs from ASDF 1.x, especially when different implementations have same name
rm -f build/*.*f* uiop/*.*f* ## Remove stale FASLs from ASDF 1.x, especially when different implementations have same name
ASDF_OUTPUT_TRANSLATIONS="(:output-translations (\"${ASDFDIR}\" (\"${ASDFDIR}/build/fasls/\" :implementation \"asdf/\")) (t (\"${ASDFDIR}/build/fasls/\" :implementation \"root/\")) :ignore-inherited-configuration)"
export ASDF_OUTPUT_TRANSLATIONS
su=test/script-support.lisp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment