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

Skip to content

Commit c717de9

Browse files
committed
added regression test cron job script - issue #311
1 parent a43202f commit c717de9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/usr/bin/env bash
2+
3+
# Copyright (c) 2006-2013 sqlmap developers (http://sqlmap.org/)
4+
# See the file 'doc/COPYING' for copying permission
5+
6+
SQLMAP_HOME="/opt/sqlmap"
7+
REGRESSION_SCRIPT="${SQLMAP_HOME}/extra/shutils"
8+
9+
cd $SQLMAP_HOME
10+
git pull
11+
rm -f output 2>/dev/null
12+
13+
cd $REGRESSION_SCRIPT
14+
python regressiontest.py

0 commit comments

Comments
 (0)