mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
add test case number to email
This commit is contained in:
parent
3373e30808
commit
3b57fe2924
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user