summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtimer
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-11 19:44:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-11 19:44:22 +0000
commite02db20c46ddd3d6cb66e9c3facbf40887fc5017 (patch)
treeca3713abc57bfa8b6667f5e87038245fed74bc1b /testsuites/psxtests/psxtimer
parent2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-e02db20c46ddd3d6cb66e9c3facbf40887fc5017.tar.bz2
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* psxsem01/init.c, psxsem01/psxsem01.scn, psxtimer/psxtimer.c, psxtimer/psxtimer.scn: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
Diffstat (limited to 'testsuites/psxtests/psxtimer')
-rw-r--r--testsuites/psxtests/psxtimer/psxtimer.c2
-rw-r--r--testsuites/psxtests/psxtimer/psxtimer.scn2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxtimer/psxtimer.c b/testsuites/psxtests/psxtimer/psxtimer.c
index ac4a7b9de1..ba79b8b266 100644
--- a/testsuites/psxtests/psxtimer/psxtimer.c
+++ b/testsuites/psxtests/psxtimer/psxtimer.c
@@ -334,6 +334,6 @@ void *POSIX_Init (
/* execute 20 seconds and finish */
sleep (20);
- puts( "\n\n*** End of POSIX Timers Test ***" );
+ puts( "\n\n*** END OF POSIX Timers Test ***" );
rtems_test_exit (0);
}
diff --git a/testsuites/psxtests/psxtimer/psxtimer.scn b/testsuites/psxtests/psxtimer/psxtimer.scn
index e9940d077e..5d9ce6ab89 100644
--- a/testsuites/psxtests/psxtimer/psxtimer.scn
+++ b/testsuites/psxtests/psxtimer/psxtimer.scn
@@ -34,4 +34,4 @@ Executing task C with x = 9 Fri Jan 1 00:00:18 1988
Executing task A Fri Jan 1 00:00:18 1988
Executing task A Fri Jan 1 00:00:19 1988
Executing task B with x = 10 Fri Jan 1 00:00:20 1988
-*** End of POSIX Timers Test ***
+*** END OF POSIX Timers Test ***