mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
write console output to temporary folder in any case the test case fails, even if no traceback is raised
This commit is contained in:
parent
4eaa0d17aa
commit
ec076f5f8a
|
@ -292,9 +292,10 @@ def runCase(switches=None, parse=None):
|
|||
if failedItem is not None:
|
||||
failedParseOn = console
|
||||
|
||||
elif retVal is False and tback is not None:
|
||||
elif retVal is False:
|
||||
failedParseOn = console
|
||||
failedTraceBack = tback
|
||||
if tback:
|
||||
failedTraceBack = tback
|
||||
|
||||
return retVal
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user