From 5c52224280c31300ce19a598965bdcf548ac5443 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Tue, 18 Dec 2012 22:42:55 -0500 Subject: [PATCH] Have the upgrade test save output to a file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d7526de3..9328b37b4 100644 --- a/Makefile +++ b/Makefile @@ -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 -- GitLab