summaryrefslogtreecommitdiffstats
path: root/test/run-integration-tests.sh
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-20 19:09:35 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-28 11:51:29 +0100
commit693ad298e97a99b1fecdceed72efbeb8b6e0c3a2 (patch)
tree5a17e0618c784a94016ea5daea910bb6ba8d72dd /test/run-integration-tests.sh
parenttest: simplify the Makefiles (diff)
downloadsystemd-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-xtest/run-integration-tests.sh2
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