mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
more fixes to test cases
This commit is contained in:
parent
a92ae93847
commit
d66f7e22b1
2 changed files with 5 additions and 5 deletions
|
|
@ -266,7 +266,7 @@ def runCase(switches=None, parse=None):
|
|||
tback = traceback.format_exc()
|
||||
retVal = False
|
||||
elif result is False: # if None, ignore
|
||||
logger.error("the test did not run")
|
||||
logger.error("the test did not identify the SQL injection")
|
||||
retVal = False
|
||||
|
||||
console = getUnicode(console, system=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue