summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask01
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-02 00:53:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-02 00:53:38 +0000
commit6b9d16fc2701c0f4f481a12657d4318950b0d75a (patch)
tree8b22d04e6d616f4b28bedcbfe586db88615e91b0 /testsuites/itrontests/itrontask01
parent2002-08-01 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6b9d16fc2701c0f4f481a12657d4318950b0d75a.tar.bz2
2002-08-01 Joel Sherrill <joel@OARcorp.com>
* Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c, itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c, itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
Diffstat (limited to 'testsuites/itrontests/itrontask01')
-rw-r--r--testsuites/itrontests/itrontask01/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/itrontests/itrontask01/task1.c b/testsuites/itrontests/itrontask01/task1.c
index da12424800..72d09afff7 100644
--- a/testsuites/itrontests/itrontask01/task1.c
+++ b/testsuites/itrontests/itrontask01/task1.c
@@ -41,7 +41,7 @@ void Task_2_through_4()
if ( time.second >= 35 ) {
puts( "*** END OF ITRON TASK TEST 1 ***" );
- exit( 0 );
+ rtems_test_exit( 0 );
}
printf(name);