summaryrefslogtreecommitdiff
path: root/scripts/test-morph
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test-morph')
-rwxr-xr-xscripts/test-morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/test-morph b/scripts/test-morph
index fb3e2cd4..41def9ef 100755
--- a/scripts/test-morph
+++ b/scripts/test-morph
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2012,2013 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -46,6 +46,7 @@ if [ "$1" = "--find-system-artifact" ]; then
echo $ARTIFACT
else
"$SRCDIR/scripts/cmd-filter" "$SRCDIR/morph" --no-default-config \
+ --cachedir-min-space=0 --tempdir-min-space=0 \
--tarball-server= --cache-server= \
--config="$DATADIR/morph.conf" "$@"
fi