12 |
|
|
13 |
# the python tests to run |
# the python tests to run |
14 |
FINLEY_PYTESTS="ImportTest.py SimpleSolve.py GradTest.py test_linearPDEsOnFinley.py test_generators.py test_visualization_interface.py test_utilOnFinley.py test_symbolsOnFinley.py" |
FINLEY_PYTESTS="ImportTest.py SimpleSolve.py GradTest.py test_linearPDEsOnFinley.py test_generators.py test_visualization_interface.py test_utilOnFinley.py test_symbolsOnFinley.py" |
15 |
ESCRIPT_PYTESTS="ImportTest.py BinaryOps.py UnaryOps.py SliceGetting.py SliceSetting.py MiscTests.py newEscriptTests.py DataVariableTests.py test_xml.py" |
#ESCRIPT_PYTESTS="ImportTest.py BinaryOps.py UnaryOps.py SliceGetting.py SliceSetting.py MiscTests.py newEscriptTests.py DataVariableTests.py test_xml.py" |
16 |
|
ESCRIPT_PYTESTS="ImportTest.py BinaryOps.py UnaryOps.py SliceGetting.py SliceSetting.py MiscTests.py newEscriptTests.py DataVariableTests.py" |
17 |
BRUCE_PYTESTS="ImportTest.py BruceTest.py test_utilOnBruce.py test_symbolsOnBruce.py" |
BRUCE_PYTESTS="ImportTest.py BruceTest.py test_utilOnBruce.py test_symbolsOnBruce.py" |
18 |
|
|
19 |
|
|
90 |
fi |
fi |
91 |
cd ../.. |
cd ../.. |
92 |
|
|
93 |
|
export LD_LIBRARY_PATH=/raid2/tools/python-2.3.4/lib:$LD_LIBRARY_PATH |
94 |
|
export PYTHON_INCLUDE=/raid2/tools/python-2.3.4/include/python2.3 |
95 |
|
export PYTHON_LIB_PATH=/raid2/tools/python-2.3.4/lib |
96 |
|
export PATH=/raid2/tools/python-2.3.4/bin:$PATH |
97 |
|
|
98 |
for module in $TESTS |
for module in $TESTS |
99 |
do |
do |
100 |
echo "running python tests for: $module" |
echo "running python tests for: $module" |
136 |
fi |
fi |
137 |
done |
done |
138 |
fi |
fi |
139 |
cd ../.. |
cd ../../.. |
140 |
done |
done |
141 |
|
|
142 |
echo "success" | mail -s "esys autotest results" $MAIL_RECIPIENTS |
echo "success" | mail -s "esys autotest results" $MAIL_RECIPIENTS |