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

Skip to content

Commit b6f7da6

Browse files
committed
Merge branch 'master' of github.com:sqlmapproject/sqlmap
2 parents cf6c3a8 + ae0544d commit b6f7da6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

extra/shutils/regressiontest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def main():
147147

148148
send_email(msg)
149149
else:
150-
SUBJECT += "Successful %s" % SUBJECT
150+
SUBJECT = "Successful %s" % SUBJECT
151151
msg = prepare_email("All test cases were successful\n\n%s" % end_string)
152152
send_email(msg)
153153

xml/livetests.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<flushSession value="True"/>
1111
<disableColoring value="True"/>
1212
<verbose value="1"/>
13+
<parseErrors value="True"/>
1314
<cleanup value="True"/>
1415
</global>
1516

0 commit comments

Comments
 (0)