Test: Fix text coloring not respecting default
Change-Id: I5d63b1d4c4d404c7293cecd279ac6101db26768f
Signed-off-by: Raef Coles <raef.coles@arm.com>
diff --git a/test/framework/test_framework.c b/test/framework/test_framework.c
index 4173f01..73bdbeb 100644
--- a/test/framework/test_framework.c
+++ b/test/framework/test_framework.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2019, Arm Limited. All rights reserved.
+ * Copyright (c) 2017-2021, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
@@ -115,7 +115,7 @@
return TEST_SUITE_ERR_INVALID_TEST_DATA;
}
- printf_set_color(WHITE);
+ printf_set_color(DEFAULT);
TEST_LOG("> Executing '%s' \r\n Description: '%s'\r\n",
p_test->name, p_test->desc);