Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5635776 commit 2f1c174Copy full SHA for 2f1c174
1 file changed
extra/shutils/regressiontest_cronjob.sh
@@ -17,9 +17,11 @@ rm -f output 2>/dev/null
17
cd $REGRESSION_SCRIPT
18
echo "Regression test started at $(date)" 1>/tmp/regressiontest.log 2>&1
19
python regressiontest.py 1>>/tmp/regressiontest.log 2>&1
20
-echo "Regression test finished at $(date)" 1>>/tmp/regressiontest.log 2>&1
21
22
if [ $? -ne 0 ]
23
then
+ echo "Regression test finished at $(date)" 1>>/tmp/regressiontest.log 2>&1
24
cat /tmp/regressiontest.log | mailx -s "${SUBJECT}" -aFrom:${FROM} ${TO}
25
+else
26
27
fi
0 commit comments