diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-20 19:09:35 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-28 11:51:29 +0100 |
commit | 693ad298e97a99b1fecdceed72efbeb8b6e0c3a2 (patch) | |
tree | 5a17e0618c784a94016ea5daea910bb6ba8d72dd /test/run-integration-tests.sh | |
parent | test: simplify the Makefiles (diff) | |
download | systemd-693ad298e97a99b1fecdceed72efbeb8b6e0c3a2.tar.xz systemd-693ad298e97a99b1fecdceed72efbeb8b6e0c3a2.zip |
test: perform partial cleanup after each test is run
This causes the unprivileged-nspawn-root directory to be removed
after running one test. The advantage is that we reduce the maximum
disk-space use quite a bit (47*400 MB → about 18GB).
Diffstat (limited to 'test/run-integration-tests.sh')
-rwxr-xr-x | test/run-integration-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-integration-tests.sh b/test/run-integration-tests.sh index 19b5fe0315..bcbbb8b7ed 100755 --- a/test/run-integration-tests.sh +++ b/test/run-integration-tests.sh @@ -6,7 +6,7 @@ if [ $# -gt 0 ]; then args="$@" do_clean=0 else - args="setup run" + args="setup run clean-again" do_clean=1 fi |