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/libtests/configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/configure.ac b/testsuites/libtests/configure.ac index f3a1cd586d..b6177e08e3 100644 --- a/testsuites/libtests/configure.ac +++ b/testsuites/libtests/configure.ac @@ -16,7 +16,6 @@ AM_MAINTAINER_MODE RTEMS_ENABLE_CXX RTEMS_ENV_RTEMSBSP -RTEMS_CHECK_RTEMS_TEST_NO_PAUSE RTEMS_PROJECT_ROOT -- cgit v1.2.3