From cadae3bd009c26c6b42e77729883d9a340fdc0f5 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Mon, 18 Mar 2013 00:06:30 -0400 Subject: [PATCH] More removing of fasls for upgrade tests from ASDF 1. --- test/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-tests.sh b/test/run-tests.sh index 578125241..7920e3193 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -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 -- GitLab