Show More
@@ -12,8 +12,12 b' export PYTHONPATH=$PWD/install/lib/pytho' | |||||
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 | { |
General Comments 0
You need to be logged in to leave comments.
Login now