comparison tests/run-tests @ 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
comparison
equal deleted inserted replaced
397:e5683db23ec4 398:7ed217cfae9e
10 export PATH=$TESTPATH:$PATH 10 export PATH=$TESTPATH:$PATH
11 export PYTHONPATH=$PWD/install/lib/python 11 export PYTHONPATH=$PWD/install/lib/python
12 12
13 rm -rf install 13 rm -rf install
14 cd .. 14 cd ..
15 ${PYTHON:-python} setup.py install --home=tests/install 15 ${PYTHON:-python} setup.py install --home=tests/install > tests/install.err
16 if [ $? != 0 ] ; then
17 cat tests/install.err
18 fi
16 cd $H 19 cd $H
20 rm install.err
17 21
18 function run_one 22 function run_one
19 { 23 {
20 export TZ=GMT 24 export TZ=GMT
21 D=`mktemp -d` 25 D=`mktemp -d`