summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14/evtask1.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-19 21:44:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-19 21:44:33 +0000
commit2122a0b7f4fe54c17a976b184ce13d4a48c60653 (patch)
tree9a9f2bc43aa868a6920913b5d704b3e217f1a50d /testsuites/mptests/mp14/evtask1.c
parentModifications from Tony Bennett accepted to return aligned block. (diff)
downloadrtems-2122a0b7f4fe54c17a976b184ce13d4a48c60653.tar.bz2
Modifications from Tony Bennett accepted to tune this test a little.
Diffstat (limited to 'testsuites/mptests/mp14/evtask1.c')
-rw-r--r--testsuites/mptests/mp14/evtask1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/mptests/mp14/evtask1.c b/testsuites/mptests/mp14/evtask1.c
index 6f8175e4d4..f14bb9d2fd 100644
--- a/testsuites/mptests/mp14/evtask1.c
+++ b/testsuites/mptests/mp14/evtask1.c
@@ -54,7 +54,8 @@ rtems_task Test_task(
if ( status == RTEMS_SUCCESSFUL )
break;
- puts( "rtems_task_ident" );
+ puts( "rtems_task_ident FAILED!!" );
+ rtems_task_wake_after(2);
}
if ( Multiprocessing_configuration.node == 1 ) {