]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: correctly clean up test artifacts
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 21 Apr 2020 11:18:36 +0000 (13:18 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 22 Apr 2020 06:57:38 +0000 (08:57 +0200)
commit80b44b38b585756960f99552e6cfe394a6cff521
tree41a71dde0cefbf016408801030f5777e4859647d
parentf6f4f5fe5395a57f10dd446c7266c53f0673eaac
test: correctly clean up test artifacts

Remove the artifact files indicating test result (testok, failed, and
skipped) just before running the test so we always get the latest and
most relevant result instead of incorrectly consuming previous results.

Discovered in https://github.com/systemd/systemd/pull/15378#issuecomment-616801873
test/test-functions