Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61eb162

Browse files
committed
more appropriate log file name
1 parent a5ce0c9 commit 61eb162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extra/shutils/regressiontest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def main():
140140
send_email(msg)
141141

142142
if __name__ == "__main__":
143-
log_fd = open("/tmp/regressiontest.txt", "ab")
143+
log_fd = open("/tmp/sqlmapregressiontest.log", "ab")
144144
log_fd.write("Regression test started at %s\n" % TIME)
145145

146146
try:

0 commit comments

Comments
 (0)