diff -r e5683db23ec4 -r 7ed217cfae9e tests/run-tests --- a/tests/run-tests Tue Jun 21 17:19:12 2005 -0800 +++ b/tests/run-tests Tue Jun 21 17:21:56 2005 -0800 @@ -12,8 +12,12 @@ rm -rf install cd .. -${PYTHON:-python} setup.py install --home=tests/install +${PYTHON:-python} setup.py install --home=tests/install > tests/install.err +if [ $? != 0 ] ; then + cat tests/install.err +fi cd $H +rm install.err function run_one {