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 b63144d commit 4c13e0eCopy full SHA for 4c13e0e
1 file changed
extra/shutils/regressiontest.py
@@ -71,7 +71,7 @@ def main():
71
test_counts = []
72
attachments = {}
73
74
- proc = subprocess.Popen("python /opt/sqlmap/sqlmap.py --update", shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
+ proc = subprocess.Popen("cd /opt/sqlmap/ ; python /opt/sqlmap/sqlmap.py --update", shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
75
proc.wait()
76
stdout, stderr = proc.communicate()
77
0 commit comments