From 1ed2b0e5da26ee242be9e96e2a4c7c7a434040b7 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Tue, 29 Jan 2013 16:13:10 +0000 Subject: [PATCH] missing mandatory update before regression test --- extra/shutils/regressiontest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/shutils/regressiontest.py b/extra/shutils/regressiontest.py index 0ec23769f..77f98d399 100644 --- a/extra/shutils/regressiontest.py +++ b/extra/shutils/regressiontest.py @@ -66,7 +66,7 @@ def main(): test_counts = [] 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.wait()