From d57b80f073cd2babd4d0e5baf5e5c1c97a889316 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 22 Mar 2012 15:36:32 +0000 Subject: Simplify how morph gets called by using config file Cant' use tests/morph here, because we don't want logging for this test. --- tests/missing-ref.script | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/missing-ref.script') diff --git a/tests/missing-ref.script b/tests/missing-ref.script index 1f57dca7..039b0037 100755 --- a/tests/missing-ref.script +++ b/tests/missing-ref.script @@ -19,10 +19,8 @@ #tempdirs make script diffing cry cache="$DATADIR/cache" -./morph --no-default-configs build chunk-repo non-existent-branch hello.morph \ - --git-base-url="file://$DATADIR" \ - --cachedir="$cache" --keep-path --no-distcc \ - 2> "$DATADIR/stderr" +./morph --no-default-configs --config="$DATADIR/morph.conf" \ + build chunk-repo non-existent-branch hello.morph 2> "$DATADIR/stderr" err=$? cat "$DATADIR/stderr" | sed "s%$DATADIR%%" 1>&2 exit $err -- cgit v1.2.1