Changeset a6879a4 in rtems for testsuites/libtests

Timestamp:
12/02/19 07:14:34 (4 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
d0b704b0
Parents:
9c29cb5
git-author:
Sebastian Huber <sebastian.huber@…> (12/02/19 07:14:34)
git-committer:
Sebastian Huber <sebastian.huber@…> (12/04/19 06:40:32)
Message:

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.