Trying to debug the Travis CI issue

This commit is contained in:
Miroslav Stampar
2021-01-31 14:44:02 +01:00
parent 08349138ec
commit 63e44f9ee9
2 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ def vulnTest():
for tag, value in (("<url>", url), ("<direct>", direct), ("<request>", request), ("<log>", log), ("<config>", config), ("<base64>", url.replace("id=1", "id=MZ=%3d"))):
options = options.replace(tag, value)
cmd = "%s %s %s --batch --non-interactive" % (sys.executable, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "sqlmap.py")), options)
cmd = "%s %s %s --batch --non-interactive --debug" % (sys.executable, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "sqlmap.py")), options)
if "<tmp>" in cmd:
handle, tmp = tempfile.mkstemp()