11 |
TESTS="escript bruce finley" |
TESTS="escript bruce finley" |
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 finleyTest.py SimpleSolve.py GradTest.py RecTest.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 ArchiveTests.py escriptTest.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" |
|
16 |
BRUCE_PYTESTS="ImportTest.py BruceTest.py test_utilOnBruce.py test_symbolsOnBruce.py" |
BRUCE_PYTESTS="ImportTest.py BruceTest.py test_utilOnBruce.py test_symbolsOnBruce.py" |
17 |
|
|
18 |
|
|
63 |
then |
then |
64 |
echo bruce unit_test failed |
echo bruce unit_test failed |
65 |
echo "bruce unit_test failed - see autotest-scons logfile" | mail -s "esys autotest-scons results" $MAIL_RECIPIENTS |
echo "bruce unit_test failed - see autotest-scons logfile" | mail -s "esys autotest-scons results" $MAIL_RECIPIENTS |
66 |
exit 6 |
#exit 6 |
67 |
fi |
fi |
68 |
cd ../.. |
cd ../.. |
69 |
|
|
74 |
then |
then |
75 |
echo escript unit_test failed |
echo escript unit_test failed |
76 |
echo "escript unit_test failed - see autotest-scons logfile" | mail -s "esys autotest-scons results" $MAIL_RECIPIENTS |
echo "escript unit_test failed - see autotest-scons logfile" | mail -s "esys autotest-scons results" $MAIL_RECIPIENTS |
77 |
exit 6 |
#exit 6 |
78 |
fi |
fi |
79 |
cd ../.. |
cd ../.. |
80 |
|
|
85 |
then |
then |
86 |
echo finley unit_test failed |
echo finley unit_test failed |
87 |
echo "finley unit_test failed - see autotest-scons logfile" | mail -s "esys autotest-scons results" $MAIL_RECIPIENTS |
echo "finley unit_test failed - see autotest-scons logfile" | mail -s "esys autotest-scons results" $MAIL_RECIPIENTS |
88 |
exit 6 |
#exit 6 |
89 |
fi |
fi |
90 |
cd ../.. |
cd ../.. |
91 |
|
|
96 |
then |
then |
97 |
echo esysUtils unit_test failed |
echo esysUtils unit_test failed |
98 |
echo "esysUtils unit_test failed - see autotest-scons logfile" | mail -s "esys autotest-scons results" $MAIL_RECIPIENTS |
echo "esysUtils unit_test failed - see autotest-scons logfile" | mail -s "esys autotest-scons results" $MAIL_RECIPIENTS |
99 |
exit 6 |
#exit 6 |
100 |
fi |
fi |
101 |
cd ../.. |
cd ../.. |
102 |
|
|
119 |
then |
then |
120 |
echo Python Testing FAILED for $pytest in module $module |
echo Python Testing FAILED for $pytest in module $module |
121 |
echo "finley py_test failed - see autotest-scons logfile" | mail -s "esys autotest-scons results" $MAIL_RECIPIENTS |
echo "finley py_test failed - see autotest-scons logfile" | mail -s "esys autotest-scons results" $MAIL_RECIPIENTS |
122 |
exit 1 |
#exit 1 |
123 |
fi |
fi |
124 |
done |
done |
125 |
elif [ "$module" == "escript" ] |
elif [ "$module" == "escript" ] |
132 |
then |
then |
133 |
echo Python Testing FAILED for $pytest in module $module |
echo Python Testing FAILED for $pytest in module $module |
134 |
echo "escript py_test failed - see autotest-scons logfile" | mail -s "esys autotest-scons results" $MAIL_RECIPIENTS |
echo "escript py_test failed - see autotest-scons logfile" | mail -s "esys autotest-scons results" $MAIL_RECIPIENTS |
135 |
exit 1 |
#exit 1 |
136 |
fi |
fi |
137 |
done |
done |
138 |
elif [ "$module" == "bruce" ] |
elif [ "$module" == "bruce" ] |
145 |
then |
then |
146 |
echo Python Testing FAILED for $pytest in module $module |
echo Python Testing FAILED for $pytest in module $module |
147 |
echo "bruce py_test failed - see autotest-scons logfile" | mail -s "esys autotest-scons results" $MAIL_RECIPIENTS |
echo "bruce py_test failed - see autotest-scons logfile" | mail -s "esys autotest-scons results" $MAIL_RECIPIENTS |
148 |
exit 1 |
#exit 1 |
149 |
fi |
fi |
150 |
done |
done |
151 |
fi |
fi |