From 8c26e79867739e13a8699883ec1fa86127d94aaf Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 25 Mar 2014 16:45:08 +0100 Subject: tests: Produce proper begin/end messages --- testsuites/psxtests/psx13/test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/psxtests/psx13/test.c') diff --git a/testsuites/psxtests/psx13/test.c b/testsuites/psxtests/psx13/test.c index c039bff868..fc50463e67 100644 --- a/testsuites/psxtests/psx13/test.c +++ b/testsuites/psxtests/psx13/test.c @@ -716,10 +716,10 @@ int main( printf ("Testing sync()...... "); sync(); + printf ("Done.\n"); + + TEST_END(); } - else - TEST_BEGIN(); - TEST_END(); rtems_test_exit(0); } -- cgit v1.2.3