]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: combine stdout/stderr from failed test
authorDan Streetman <ddstreet@canonical.com>
Fri, 30 Apr 2021 00:21:10 +0000 (20:21 -0400)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 15 May 2021 10:49:24 +0000 (11:49 +0100)
commitd57e871c60805e3f1f57729ea8022477a611697d
tree93dedf654f4ee45cc2fd8d4cabc183ee67ac8b59
parentf1e696221f0e4fb1703e886e8b292747434c346a
test: combine stdout/stderr from failed test

Printing stdout and stderr from a failed test makes it harder to
interpret what the specific problem was; instead let's print out
the lines in order as we got them when the test was run

Also save failed test output to file if ARTIFACT_DIRECTORY is defined
test/run-unit-tests.py