[rtems commit] smptests/smppsxaffinity02: Fix end of test message

Sebastian Huber sebh at rtems.org
Mon Mar 10 12:22:50 UTC 2014


Module:    rtems
Branch:    master
Commit:    909f61b14a89499404d0ecf8b5d603f119b22575
Changeset: http://git.rtems.org/rtems/commit/?id=909f61b14a89499404d0ecf8b5d603f119b22575

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Mar 10 13:27:42 2014 +0100

smptests/smppsxaffinity02: Fix end of test message

---

 testsuites/smptests/smppsxaffinity02/init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testsuites/smptests/smppsxaffinity02/init.c b/testsuites/smptests/smppsxaffinity02/init.c
index c2ebb93..487b043 100644
--- a/testsuites/smptests/smppsxaffinity02/init.c
+++ b/testsuites/smptests/smppsxaffinity02/init.c
@@ -205,7 +205,7 @@ void *POSIX_Init(
   Validate_getaffinity_errors();
   Validate_affinity();
 
-  puts( "*** SMP POSIX AFFINITY ATTRIBUTE TEST 2 ***" );
+  puts( "*** END OF SMP POSIX AFFINITY ATTRIBUTE TEST 2 ***" );
   rtems_test_exit(0);
 }
 




More information about the vc mailing list