mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Another update for an Issue #352 and couple of fixes
This commit is contained in:
@@ -41,8 +41,9 @@ failedTraceBack = None
|
||||
|
||||
def smokeTest():
|
||||
"""
|
||||
This will run the basic smoke testing of a program
|
||||
Runs the basic smoke testing of a program
|
||||
"""
|
||||
|
||||
retVal = True
|
||||
count, length = 0, 0
|
||||
|
||||
@@ -106,8 +107,9 @@ def adjustValueType(tagName, value):
|
||||
|
||||
def liveTest():
|
||||
"""
|
||||
This will run the test of a program against the live testing environment
|
||||
Runs the test of a program against the live testing environment
|
||||
"""
|
||||
|
||||
global failedItem
|
||||
global failedParseOn
|
||||
global failedTraceBack
|
||||
|
||||
Reference in New Issue
Block a user