diff --git a/extra/shutils/regressiontest.py b/extra/shutils/regressiontest.py index 9c1e73863..a080a2af7 100755 --- a/extra/shutils/regressiontest.py +++ b/extra/shutils/regressiontest.py @@ -78,7 +78,7 @@ def main(): if stderr: failure_email("Update of sqlmap failed with error:\n\n%s" % stderr) - regressionproc = subprocess.Popen("python /opt/sqlmap/sqlmap.py --live-test --run-case 'MySQL UNION query multi-threaded enumeration'", shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=False) + regressionproc = subprocess.Popen("python /opt/sqlmap/sqlmap.py --live-test", shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=False) stdout, stderr = regressionproc.communicate() if stderr: diff --git a/xml/livetests.xml b/xml/livetests.xml index 7a498d4c7..c91bb04f5 100644 --- a/xml/livetests.xml +++ b/xml/livetests.xml @@ -149,12 +149,12 @@ - - + + - + - +