# HG changeset patch # User mpm@selenic.com # Date 1119403316 28800 # Node ID 7ed217cfae9e1416a23d23f1aa24083259a6a53c # Parent e5683db23ec487e02ceb5a9f8e19e96c9c228707 Quiet successful test install in run-tests -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Quiet successful test install in run-tests manifest hash: 73bb9dbf52a1c0d7ec50f4f7801c23735b67f94f -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCuL00ywK+sNU5EO8RAvoqAJ0QY538fracpIu1/TgVnqQXlAZKOwCghbMO SLTy7QnYViCHjvYj9oegx/s= =BgHs -----END PGP SIGNATURE----- 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 {