summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-30 11:52:57 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-04 07:40:31 +0100
commit9c29cb56ad99018afa9454131fc56bf91c320028 (patch)
treeda5905a8bed37368a63446303ceaae487600c511 /cpukit/libtest
parentMove feature macro before "config.h" include (diff)
downloadrtems-9c29cb56ad99018afa9454131fc56bf91c320028.tar.bz2
libtest: Change expected fail state string
Use the value expected by the RTEMS Tester. There are two separator characters used ('-' and '_') for the states. This is a bit inconsistent.
Diffstat (limited to 'cpukit/libtest')
-rw-r--r--cpukit/libtest/testbeginend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libtest/testbeginend.c b/cpukit/libtest/testbeginend.c
index b739e47b2e..9bdc86780c 100644
--- a/cpukit/libtest/testbeginend.c
+++ b/cpukit/libtest/testbeginend.c
@@ -29,7 +29,7 @@ rtems_printer rtems_test_printer = {
static const char* const test_state_strings[] =
{
"EXPECTED-PASS",
- "EXPECTED-FAIL",
+ "EXPECTED_FAIL",
"USER_INPUT",
"INDETERMINATE",
"BENCHMARK"