From 4ef447a3a61b4d37e411bf37b2c2f7360d123f60 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 5 Jun 2013 12:11:56 +0000 Subject: 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. --- scripts/test-morph | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/test-morph') 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 -- cgit v1.2.1