mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
more appropriate log file name
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user