Skip to content

Commit

Permalink
fix Red
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Jan 14, 2021
1 parent 77ecba9 commit 2968eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-tests/run-unit-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def check_log_for_fails(log, testname, exe):
desc = str(total - passed) + ' of ' + str(total) + ' failed'

if verbose:
error( Red + testname + reset + ': ' + desc )
error( red + testname + reset + ': ' + desc )
info( 'Executable:', exe )
info( 'Log: >>>' )
out()
Expand Down

0 comments on commit 2968eb3

Please sign in to comment.