mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 22:41:30 +08:00
sptests/sp44: Fix end of test output
This commit is contained in:
@@ -62,12 +62,13 @@ rtems_task TaskAB_entry(rtems_task_argument me)
|
||||
me,
|
||||
1 - me
|
||||
);
|
||||
turn = 1 - me;
|
||||
|
||||
if ( ++iterations == 10 ) {
|
||||
TEST_END();
|
||||
exit( 0 );
|
||||
}
|
||||
|
||||
turn = 1 - me;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user