We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf6c3a8 + ae0544d commit b6f7da6Copy full SHA for b6f7da6
2 files changed
extra/shutils/regressiontest.py
@@ -147,7 +147,7 @@ def main():
147
148
send_email(msg)
149
else:
150
- SUBJECT += "Successful %s" % SUBJECT
+ SUBJECT = "Successful %s" % SUBJECT
151
msg = prepare_email("All test cases were successful\n\n%s" % end_string)
152
153
xml/livetests.xml
@@ -10,6 +10,7 @@
10
<flushSession value="True"/>
11
<disableColoring value="True"/>
12
<verbose value="1"/>
13
+ <parseErrors value="True"/>
14
<cleanup value="True"/>
15
</global>
16
0 commit comments