summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmthread04
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-07 12:18:02 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-07 19:10:35 -0600
commit50162e061b6affd2ccf66f95558a0b8386a4e02c (patch)
treed528082656528b75a4e3fe087d49c560a21c303a /testsuites/psxtmtests/psxtmthread04
parenttmtests: Make output more uniform (diff)
downloadrtems-50162e061b6affd2ccf66f95558a0b8386a4e02c.tar.bz2
psxtmtests: Make output more uniform
Diffstat (limited to 'testsuites/psxtmtests/psxtmthread04')
-rw-r--r--testsuites/psxtmtests/psxtmthread04/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/psxtmthread04/init.c b/testsuites/psxtmtests/psxtmthread04/init.c
index b67fca1946..ab6b9a40f6 100644
--- a/testsuites/psxtmtests/psxtmthread04/init.c
+++ b/testsuites/psxtmtests/psxtmthread04/init.c
@@ -35,7 +35,7 @@ void benchmark_pthread_getschedparam(void)
rtems_test_assert( status == 0 );
put_time(
- "pthread_getschedparam",
+ "pthread_getschedparam: only case",
end_time,
1, /* Only executed once */
0,
@@ -62,7 +62,7 @@ void benchmark_pthread_setschedparam(void)
rtems_test_assert( status == 0 );
put_time(
- "pthread_setschedparam - no thread switch",
+ "pthread_setschedparam: no thread switch",
end_time,
1, /* Only executed once */
0,