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

Skip to content

Commit d46234e

Browse files
committed
minor fix
1 parent 7aa3338 commit d46234e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extra/shutils/regressiontest_cronjob.sh

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

1717
cd $REGRESSION_SCRIPT
18-
echo "Regression test started at $(date)"
19-
python regressiontest.py 1>/tmp/regressiontest.log 2>&1
20-
echo "Regression test finished at $(date)"
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
2121

2222
if [ $? -ne 0 ]
2323
then

0 commit comments

Comments
 (0)