mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
b82e818f5c
This sould make our test suite a bit more robust if it is slow running. A few of our test services use StandardOutput=tty or StandardError=tty in the tests in order to connect test services to the container console. This gets into conflict with the container getty which wants exclusive access to the console. Since the container getty is started with Type=idle it typically gets started after a timeout only if the TTY is already used, which hence introduces a race: if the test finishes earlier all is good, if not, then the test gets kicked off the TTY which then causes bash to abort since it cannot write any error messages anymore. Let's fix this hence: all tests that connect to the tty are now synchronized to getty-pre.target, so they finish before any getty is started. |
||
---|---|---|
.. | ||
Makefile | ||
run-tmpfiles-tests.sh | ||
test-01.sh | ||
test-02.sh | ||
test-03.sh | ||
test-04.sh | ||
test-05.sh | ||
test-06.sh | ||
test-07.sh | ||
test-08.sh | ||
test-09.sh | ||
test.sh | ||
testsuite.service |