Merge pull request #4532 from nicoddemus/failure-summary

Change -ra to show errors and failures last, instead of first
This commit is contained in:
Bruno Oliveira
2018-12-13 10:30:28 -02:00
committed by GitHub
3 changed files with 16 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ def getreportopt(config):
if char not in reportopts and char != "a":
reportopts += char
elif char == "a":
reportopts = "fEsxXw"
reportopts = "sxXwEf"
return reportopts