From 64d4322b66052a399f73cb857b01def800ef3ca4 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Tue, 24 Feb 2015 18:14:12 +1100 Subject: [PATCH] ci/flac-autotool.sh : Test 'distcheck' target instead of 'check'. --- ci/flac-autotool.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ci/flac-autotool.sh b/ci/flac-autotool.sh index e77c6cec..dafe29f7 100755 --- a/ci/flac-autotool.sh +++ b/ci/flac-autotool.sh @@ -11,4 +11,7 @@ set -x ./configure # Should do 'distcheck' here instead of 'check', but 'distcheck' is currently busted. -V=1 make clean check +V=1 make clean distcheck + +# Since we're doing 'make distcheck' we remove the generated source tarball. +rm -f flac-*.tar.xz