mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
code review of modules in lib/core directory
This commit is contained in:
parent
2d9b151883
commit
6a0e0cde3c
9 changed files with 70 additions and 81 deletions
|
|
@ -141,7 +141,7 @@ def liveTest():
|
|||
count += 1
|
||||
msg = "running live test case '%s' (%d/%d)" % (name, count, length)
|
||||
logger.info(msg)
|
||||
result = runCase(name, switches, log, session)
|
||||
result = runCase(switches, log, session)
|
||||
if result:
|
||||
logger.info("test passed")
|
||||
else:
|
||||
|
|
@ -180,7 +180,7 @@ def cleanCase():
|
|||
conf.verbose = 1
|
||||
__setVerbosity()
|
||||
|
||||
def runCase(name=None, switches=None, log=None, session=None):
|
||||
def runCase(switches=None, log=None, session=None):
|
||||
retVal = True
|
||||
initCase(switches)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue