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/rhealstone/configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'testsuites/rhealstone') diff --git a/testsuites/rhealstone/configure.ac b/testsuites/rhealstone/configure.ac index 0a89fe5c18..0457f35ab8 100644 --- a/testsuites/rhealstone/configure.ac +++ b/testsuites/rhealstone/configure.ac @@ -15,8 +15,6 @@ AM_MAINTAINER_MODE RTEMS_ENV_RTEMSBSP -RTEMS_CHECK_RTEMS_TEST_NO_PAUSE - RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET -- cgit v1.2.3