Merge "Make unexpected success as fail"
This commit is contained in:
commit
e15700f1b9
@ -180,7 +180,7 @@ def show_outcome(stream, test, print_failures=False, failonly=False,
|
||||
color = color(stream)
|
||||
break
|
||||
|
||||
if status == 'fail':
|
||||
if status == 'fail' or status == 'uxsuccess':
|
||||
FAILS.append(test)
|
||||
if abbreviate:
|
||||
color.write('F', 'red')
|
||||
|
Loading…
x
Reference in New Issue
Block a user