summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-07 18:32:15 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-07 18:32:15 +0200
commit23b9d09528a895531ce2ecf5938a7264ebdcf872 (patch)
tree436c320d98d463b7ebac17a6251b1ec7132c3f7b
parentsmptests/smp05: Fix test name and output (diff)
downloadrtems-23b9d09528a895531ce2ecf5938a7264ebdcf872.tar.bz2
smptests/smp07: Fix test output
-rw-r--r--testsuites/smptests/smp07/init.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuites/smptests/smp07/init.c b/testsuites/smptests/smp07/init.c
index 7e3f6f521f..fabf722d56 100644
--- a/testsuites/smptests/smp07/init.c
+++ b/testsuites/smptests/smp07/init.c
@@ -22,7 +22,7 @@ rtems_id Semaphore;
static void success(void)
{
- TEST_END();
+ rtems_test_end_with_plugin(locked_printf_plugin, NULL);
rtems_test_exit( 0 );
}
@@ -89,9 +89,8 @@ rtems_task Init(
rtems_interval then;
rtems_id Timer;
- TEST_BEGIN();
-
locked_print_initialize();
+ rtems_test_begin_with_plugin(locked_printf_plugin, NULL);
if ( rtems_get_processor_count() == 1 ) {
success();