Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd6699 commit 1ed2b0eCopy full SHA for 1ed2b0e
1 file changed
extra/shutils/regressiontest.py
@@ -66,7 +66,7 @@ def main():
66
test_counts = []
67
attachments = {}
68
69
- command_line = "python /opt/sqlmap/sqlmap.py --live-test"
+ command_line = "python /opt/sqlmap/sqlmap.py --update ; python /opt/sqlmap/sqlmap.py --live-test"
70
proc = subprocess.Popen(command_line, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
71
72
proc.wait()
0 commit comments