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

Skip to content

Commit 1ed2b0e

Browse files
committed
missing mandatory update before regression test
1 parent edd6699 commit 1ed2b0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extra/shutils/regressiontest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def main():
6666
test_counts = []
6767
attachments = {}
6868

69-
command_line = "python /opt/sqlmap/sqlmap.py --live-test"
69+
command_line = "python /opt/sqlmap/sqlmap.py --update ; python /opt/sqlmap/sqlmap.py --live-test"
7070
proc = subprocess.Popen(command_line, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
7171

7272
proc.wait()

0 commit comments

Comments
 (0)