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 ac54554 commit 7aa3338Copy full SHA for 7aa3338
1 file changed
extra/shutils/regressiontest_cronjob.sh
@@ -15,7 +15,9 @@ git pull
15
rm -f output 2>/dev/null
16
17
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)"
21
22
if [ $? -ne 0 ]
23
then
0 commit comments