From 4aed082b26aa06618c06ad7384f8720b429f33bb Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 1 Apr 2015 14:48:59 +0000 Subject: fixup: Fix test suite for --ostree-repo-mode --- yarns/implementations.yarn | 3 ++- yarns/morph.shell-lib | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn index 6bdc3ed2..7a4a8484 100644 --- a/yarns/implementations.yarn +++ b/yarns/implementations.yarn @@ -1127,7 +1127,8 @@ Distbuild exec "$SRCDIR/morph" --quiet \ --cachedir-min-space=0 --tempdir-min-space=0 \ --no-default-config --config "$DATADIR/morph.conf" \ - --cachedir "$DATADIR/distbuild-worker-cache" "$@" + --cachedir "$DATADIR/distbuild-worker-cache" \ + --ostree-repo-mode="archive_z2" "$@" EOF IMPLEMENTS FINALLY the distbuild worker is terminated diff --git a/yarns/morph.shell-lib b/yarns/morph.shell-lib index 4f345a4a..3252b30f 100644 --- a/yarns/morph.shell-lib +++ b/yarns/morph.shell-lib @@ -39,7 +39,7 @@ run_morph() "$SRCDIR"/morph --verbose \ --cachedir-min-space=0 --tempdir-min-space=0 \ --no-default-config --config "$DATADIR/morph.conf" \ - --log="$DATADIR/log-$1" \ + --log="$DATADIR/log-$1" --ostree-repo-mode="archive_z2" \ "$@" 2> "$DATADIR/result-$1" > "$DATADIR/out-$1" local exit_code="$?" for o in log result out; do -- cgit v1.2.1