From bc7588777427880012026acad01dfd7a1f91d524 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 16 Mar 2014 16:15:33 +0100 Subject: tests/fstests: Use --- testsuites/fstests/support/fstest_support.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testsuites/fstests/support') diff --git a/testsuites/fstests/support/fstest_support.c b/testsuites/fstests/support/fstest_support.c index 56526a949b..fdc3af0f41 100644 --- a/testsuites/fstests/support/fstest_support.c +++ b/testsuites/fstests/support/fstest_support.c @@ -56,7 +56,8 @@ rtems_task Init( rtems_task_argument ignored) { int rc=0; - puts( "\n\n*** FILE SYSTEM TEST ( " FILESYSTEM " ) ***" ); + + TEST_BEGIN(); puts( "Initializing filesystem " FILESYSTEM ); test_initialize_filesystem(); @@ -71,6 +72,6 @@ rtems_task Init( puts( "\n\nShutting down filesystem " FILESYSTEM ); test_shutdown_filesystem(); - puts( "*** END OF FILE SYSTEM TEST ( " FILESYSTEM " ) ***" ); + TEST_END(); rtems_test_exit(0); } -- cgit v1.2.3