mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
add test case number to email
This commit is contained in:
@@ -107,7 +107,7 @@ def main():
|
|||||||
traceback = traceback_fd.read()
|
traceback = traceback_fd.read()
|
||||||
traceback_fd.close()
|
traceback_fd.close()
|
||||||
|
|
||||||
content += "Failed test case '%s'" % title
|
content += "Failed test case '%s' (#%d)" % (title, test_count)
|
||||||
|
|
||||||
if parse:
|
if parse:
|
||||||
content += " at parsing: %s:\n\n" % parse
|
content += " at parsing: %s:\n\n" % parse
|
||||||
|
|||||||
Reference in New Issue
Block a user