From 7a1b60e3317bf693d4ae45f5ce8d4a5c047d14aa Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 25 Apr 2009 15:00:43 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@919 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test.c b/test/test.c index d64ec06bd..15e044647 100644 --- a/test/test.c +++ b/test/test.c @@ -268,7 +268,7 @@ msg_t TestThread(void *p) { test_println(")"); execute_test(patterns[i][j]); if (local_fail) { - test_print("--- Result: FAIL (#"); + test_print("--- Result: FAILURE (#"); test_printn(failpoint); test_print(" ["); print_tokens(); @@ -284,7 +284,7 @@ msg_t TestThread(void *p) { test_println(""); test_print("Final result: "); if (global_fail) - test_println("FAIL"); + test_println("FAILURE"); else test_println("SUCCESS"); -- cgit v1.2.3