Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7aa3338

Browse files
committed
add start and end times to log
1 parent ac54554 commit 7aa3338

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

extra/shutils/regressiontest_cronjob.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ git pull
1515
rm -f output 2>/dev/null
1616

1717
cd $REGRESSION_SCRIPT
18+
echo "Regression test started at $(date)"
1819
python regressiontest.py 1>/tmp/regressiontest.log 2>&1
20+
echo "Regression test finished at $(date)"
1921

2022
if [ $? -ne 0 ]
2123
then

0 commit comments

Comments
 (0)