add start and end times to log

This commit is contained in:
Bernardo Damele 2013-01-19 18:33:09 +00:00
parent ac545548b3
commit 7aa3338bd4

View File

@ -15,7 +15,9 @@ git pull
rm -f output 2>/dev/null
cd $REGRESSION_SCRIPT
echo "Regression test started at $(date)"
python regressiontest.py 1>/tmp/regressiontest.log 2>&1
echo "Regression test finished at $(date)"
if [ $? -ne 0 ]
then