Mercurial > hg
changeset 398:7ed217cfae9e
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-----
author | mpm@selenic.com |
---|---|
date | Tue, 21 Jun 2005 17:21:56 -0800 |
parents | e5683db23ec4 |
children | f060d728fe54 |
files | tests/run-tests |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 {