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.
This commit is contained in:
Sebastian Huber
2019-11-30 11:52:57 +01:00
parent 8f6b7abd1a
commit 9c29cb56ad

View File

@@ -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"