From 1c2ab39caf3207f21d667f79783953609190d6dd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Jul 2011 13:46:49 +0000 Subject: 2011-07-21 Joel Sherrill * psxtmmutex02/init.c, psxtmmutex05/init.c, psxtmmutex06/init.c, psxtmnanosleep02/init.c, psxtmsleep02/init.c, psxtmthread01/init.c, psxtmthread03/init.c: Standardize start and end test messages. --- testsuites/psxtmtests/psxtmmutex05/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/psxtmtests/psxtmmutex05') diff --git a/testsuites/psxtmtests/psxtmmutex05/init.c b/testsuites/psxtmtests/psxtmmutex05/init.c index 05caa310d6..28a8b3e381 100644 --- a/testsuites/psxtmtests/psxtmmutex05/init.c +++ b/testsuites/psxtmtests/psxtmmutex05/init.c @@ -42,7 +42,7 @@ void *POSIX_Init( pthread_t threadId; long end_time; - puts( "\n\n*** POSIX TIME TEST MUTEX 05 ***" ); + puts( "\n\n*** POSIX TIME TEST PSXTMMUTEX05 ***" ); status = pthread_create( &threadId, NULL, Blocker, NULL ); rtems_test_assert( status == 0 ); @@ -73,14 +73,14 @@ void *POSIX_Init( rtems_test_assert( status == 0 ); put_time( - "pthread_mutex_unlock (no preemption)", + "pthread_mutex_unlock - unblocking, no preemption", end_time, 1, 0, 0 ); - puts( "*** END OF POSIX TIME TEST MUTEX 05 ***" ); + puts( "*** END OF POSIX TIME TEST PSXTMMUTEX05 ***" ); rtems_test_exit( 0 ); return NULL; -- cgit v1.2.3