summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-06-05 12:11:56 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-06-05 13:12:46 +0000
commit4ef447a3a61b4d37e411bf37b2c2f7360d123f60 (patch)
tree769311dca76e66df1c7f81cd0a6acb6fc871ead8 /scripts
parent9f2c6c5be253482f1dfb0534d8505a684e8960d4 (diff)
downloadmorph-4ef447a3a61b4d37e411bf37b2c2f7360d123f60.tar.gz
tests: disable the cache and tempdir space checks
The size checks are irrelevant for most tests, since they tend to produce tiny systems. This still leaves the size checks themselves untested, however doing so is arguably a system-wide test.
Diffstat (limited to 'scripts')
-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