mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
add start and end times to log
This commit is contained in:
parent
ac545548b3
commit
7aa3338bd4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user