missing mandatory update before regression test

This commit is contained in:
Bernardo Damele 2013-01-29 16:13:10 +00:00
parent edd6699ed1
commit 1ed2b0e5da

View File

@ -66,7 +66,7 @@ def main():
test_counts = [] test_counts = []
attachments = {} attachments = {}
command_line = "python /opt/sqlmap/sqlmap.py --live-test" command_line = "python /opt/sqlmap/sqlmap.py --update ; python /opt/sqlmap/sqlmap.py --live-test"
proc = subprocess.Popen(command_line, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE) proc = subprocess.Popen(command_line, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
proc.wait() proc.wait()