From 77ecba9aad1a23e244e0427d6cee4d16287d22a2 Mon Sep 17 00:00:00 2001 From: Eran Date: Thu, 14 Jan 2021 20:28:52 +0200 Subject: [PATCH] fix errOR --- unit-tests/run-unit-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit-tests/run-unit-tests.py b/unit-tests/run-unit-tests.py index b0786c02a8..e9a3dd296a 100644 --- a/unit-tests/run-unit-tests.py +++ b/unit-tests/run-unit-tests.py @@ -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()