]> git.ipfire.org Git - thirdparty/systemd.git/commit
run-integration-tests: only do the clean operation in the beginning 15281/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 31 Mar 2020 10:11:14 +0000 (12:11 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 31 Mar 2020 12:37:20 +0000 (14:37 +0200)
commit73abf7ae06a8699e8104cc7d97b5980245ecf04d
tree1f4c0a831d67f1551888d7299e0da00ef9e95751
parent6e5b51d94a1c87bd3decf0fa1e557f60a9b52017
run-integration-tests: only do the clean operation in the beginning

When doing 'make clean', we remove the cached image. So doing
'make -C TEST-NN-foo clean setup run clean-again' in a loop is very slow.
Let's filter out the 'clean' target (if specified), and do the cleaning
in the beginning, and then run other targets in a loop as before.
test/run-integration-tests.sh