Merge pull request #4532 from nicoddemus/failure-summary
Change -ra to show errors and failures last, instead of first
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user