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

Have the upgrade test save output to a file.

parent eb3f595f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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