forked from Imagelibrary/rtems
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user