summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorEric Bélanger <snowmaniscool@gmail.com>2010-11-24 21:13:13 +0100
committerPierre Schmitz <pierre@archlinux.de>2010-11-25 02:35:12 +0100
commitcadd215e9d726030bd7b86396eda47c2c69c1bbb (patch)
treed026c414fa3441a1a2b2bb6828fe76aa4a056caf /test
parent3455be4e4a3fa1c70580fd6ccb521f61c98c64c2 (diff)
downloaddbscripts-cadd215e9d726030bd7b86396eda47c2c69c1bbb.tar.gz
dbscripts-cadd215e9d726030bd7b86396eda47c2c69c1bbb.tar.xz
Added seperate dryrun options for the packages and sources cleanup scripts
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
Diffstat (limited to 'test')
-rw-r--r--test/lib/common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/common.inc b/test/lib/common.inc
index 6619c0a..d7ea3d4 100644
--- a/test/lib/common.inc
+++ b/test/lib/common.inc
@@ -68,6 +68,7 @@ setUp() {
STAGING="${TMP}/staging"
TMPDIR="${TMP}/tmp"
CLEANUP_DRYRUN=false
+ SOURCE_CLEANUP_DRYRUN=false
eot
. "${curdir}/../config"
}