summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-06-14 14:24:57 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-06-17 10:33:08 +0000
commit605537a5146357bc0d0614f38d0557808971290d (patch)
treec730c1fa1311194f306e85f58b9227f75f279794
parent5baf11496d4f84fa54ec5ff2a5d5464caaaf1492 (diff)
downloadmorph-605537a5146357bc0d0614f38d0557808971290d.tar.gz
Fix scripts/test-morph to pass min space options always
It was misisng one case, making the test suite fail on computers with suitable amounts of free space in the right filesystem.
-rwxr-xr-xscripts/test-morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test-morph b/scripts/test-morph
index 41def9ef..46d87d9f 100755
--- a/scripts/test-morph
+++ b/scripts/test-morph
@@ -32,6 +32,7 @@ if [ "$1" = "--find-system-artifact" ]; then
"$SRCDIR/morph" --no-default-config \
--tarball-server= --cache-server= \
+ --cachedir-min-space=0 --tempdir-min-space=0 \
--config="$DATADIR/morph.conf" --verbose "$@" > $DATADIR/stdout
ARTIFACT=$(grep "system \S\+-rootfs is cached at" "$DATADIR/stdout" | \