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/psxtmsleep02/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/psxtmtests/psxtmsleep02') diff --git a/testsuites/psxtmtests/psxtmsleep02/init.c b/testsuites/psxtmtests/psxtmsleep02/init.c index 4938584069..ebd5a419fe 100644 --- a/testsuites/psxtmtests/psxtmsleep02/init.c +++ b/testsuites/psxtmtests/psxtmsleep02/init.c @@ -35,7 +35,7 @@ void *Low( 0 ); - puts( "*** END OF POSIX TIME TEST sleep - blocking ***" ); + puts( "*** END OF POSIX TIME TEST PSXTMSLEEP02 ***" ); rtems_test_exit( 0 ); return NULL; @@ -57,7 +57,7 @@ void *POSIX_Init( int status; pthread_t threadId; - puts( "\n\n*** POSIX TIME TEST sleep - blocking ***" ); + puts( "\n\n*** POSIX TIME TEST PSXTMSLEEP02 ***" ); for ( i=0 ; i < OPERATION_COUNT - 1 ; i++ ) { status = pthread_create( &threadId, NULL, Middle, NULL ); -- cgit v1.2.3