mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 08:22:15 +01:00
minor fix
This commit is contained in:
parent
7aa3338bd4
commit
d46234e30c
1 changed files with 3 additions and 3 deletions
|
|
@ -15,9 +15,9 @@ git pull
|
||||||
rm -f output 2>/dev/null
|
rm -f output 2>/dev/null
|
||||||
|
|
||||||
cd $REGRESSION_SCRIPT
|
cd $REGRESSION_SCRIPT
|
||||||
echo "Regression test started at $(date)"
|
echo "Regression test started at $(date)" 1>/tmp/regressiontest.log 2>&1
|
||||||
python regressiontest.py 1>/tmp/regressiontest.log 2>&1
|
python regressiontest.py 1>>/tmp/regressiontest.log 2>&1
|
||||||
echo "Regression test finished at $(date)"
|
echo "Regression test finished at $(date)" 1>>/tmp/regressiontest.log 2>&1
|
||||||
|
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue