From a6879a418dee37c31728af0d2491cb8924f23de3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 2 Dec 2019 08:14:34 +0100 Subject: testsuites: Remove rtems_test_pause*() The rtems_test_pause() and rtems_test_pause_and_screen_number() macros had different implementations depending on the RTEMS_TEST_NO_PAUSE define. This define was defined to 1 by default. The user was able to change this via the undocumented --disable-test-no-pause configure command line option. Pausing tests and waiting for user input contradicts the goal of having automated test runs. Remove this feature. Update #3818. --- testsuites/sptests/sp31/sp31.scn | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuites/sptests/sp31/sp31.scn') diff --git a/testsuites/sptests/sp31/sp31.scn b/testsuites/sptests/sp31/sp31.scn index 9db60d23b2..432e32c990 100644 --- a/testsuites/sptests/sp31/sp31.scn +++ b/testsuites/sptests/sp31/sp31.scn @@ -36,7 +36,6 @@ TA1 - rtems_clock_get_tod - 09:00:06 12/31/1988 TA1 - rtems_timer_reset - timer 1 TA1 - rtems_task_suspend( RTEMS_SELF ) TA1 - rtems_clock_get_tod - 09:00:09 12/31/1988 - TA1 - rtems_timer_server_fire_after - timer 1 in 3 seconds TA1 - rtems_timer_cancel - timer 1 TA1 - rtems_clock_get_tod - 09:00:07 12/31/1988 -- cgit v1.2.3