From d2f23c946f5e8814c4e44e63f4ae2412491bd4b6 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 28 Apr 2015 15:39:06 +0100 Subject: tests: Fix make-tarball test Add a fake mirror-base-url-fetch for running make-tarball test. This was broken because if mirror-base-url-fetch is empty lorry avoids to create the bundle and the tar file. Change-Id: I606226fb26739a366641b8f3ac9c9969860abcb0 --- tests/make-tarball.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/make-tarball.script b/tests/make-tarball.script index 7a25e01..3c462ae 100755 --- a/tests/make-tarball.script +++ b/tests/make-tarball.script @@ -24,7 +24,7 @@ logfile="$DATADIR/make-tarball.log" workdir="$DATADIR/work-dir" "${SRCDIR}/test-lorry" --pull-only --log="$logfile" --working-area="$workdir" \ - --tarball=first \ + --tarball=first --mirror-base-url-fetch="file://non-existent-url" \ "$DATADIR/make-tarball-repo.lorry" > /dev/null 2> /dev/null # verify that we can see the tarball generated of the git tree -- cgit v1.2.1