mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
more appropriate log file name
This commit is contained in:
parent
a5ce0c9a04
commit
61eb16274e
|
@ -140,7 +140,7 @@ def main():
|
|||
send_email(msg)
|
||||
|
||||
if __name__ == "__main__":
|
||||
log_fd = open("/tmp/regressiontest.txt", "ab")
|
||||
log_fd = open("/tmp/sqlmapregressiontest.log", "ab")
|
||||
log_fd.write("Regression test started at %s\n" % TIME)
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue
Block a user