summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfatal_support
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-28 11:58:20 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-31 08:29:42 +0200
commitecd8c8add299197a05376e498f3a9063de40d00b (patch)
treed853bcbc3f578c1aed77d49d0811d653ece83f77 /testsuites/psxtests/psxfatal_support
parentpsxtests/psxconfig01: Fix for POSIX keys config (diff)
downloadrtems-ecd8c8add299197a05376e498f3a9063de40d00b.tar.bz2
tests/fatal: Fix test names
Diffstat (limited to 'testsuites/psxtests/psxfatal_support')
-rw-r--r--testsuites/psxtests/psxfatal_support/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxfatal_support/init.c b/testsuites/psxtests/psxfatal_support/init.c
index edbba48818..350b3a2b19 100644
--- a/testsuites/psxtests/psxfatal_support/init.c
+++ b/testsuites/psxtests/psxfatal_support/init.c
@@ -14,7 +14,7 @@
#define CONFIGURE_INIT
#include "system.h"
-const char rtems_test_name[] = FATAL_ERROR_TEST_NAME;
+const char rtems_test_name[] = "PSXFATAL " FATAL_ERROR_TEST_NAME;
static void print_test_begin_message(void)
{