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/sp07/task1.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'testsuites/sptests/sp07/task1.c') diff --git a/testsuites/sptests/sp07/task1.c b/testsuites/sptests/sp07/task1.c index 6c7f38eab4..c1896b9c70 100644 --- a/testsuites/sptests/sp07/task1.c +++ b/testsuites/sptests/sp07/task1.c @@ -21,8 +21,6 @@ rtems_task Task_1( rtems_task_priority the_priority; rtems_task_priority previous_priority; - rtems_test_pause(); - status = rtems_task_set_priority( RTEMS_SELF, RTEMS_CURRENT_PRIORITY, -- cgit v1.2.3