]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: split logs from each test into separate files if requested 31735/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 12 Mar 2024 12:11:16 +0000 (13:11 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 12 Mar 2024 16:34:55 +0000 (17:34 +0100)
commitbeffcd62f81dab2387f8f60c10cb50d81be15718
tree92e986c132960a648d76d56117aa6fc27a7ffa0b
parentaec72d7901c084c7e03f715c98d0307b3ceece2c
test: split logs from each test into separate files if requested

If both $ARTIFACT_DIRECTORY and $SPLIT_TEST_LOGS are set, split the
output from each test into a separate log file, so we don't have to load
one ginormous log file when checking the results.
test/run-integration-tests.sh