From 9ff6957e842708e9641ad00510f336b347bff302 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 2 May 2015 17:02:07 +0100 Subject: DGIT_TEST_DEBUG: Improve plumbing and honour in policy hook. Also honour $dgitlive --- infra/dgit-repos-policy-debian | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'infra/dgit-repos-policy-debian') diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian index 0c7d888..83ce793 100755 --- a/infra/dgit-repos-policy-debian +++ b/infra/dgit-repos-policy-debian @@ -79,7 +79,9 @@ our %deliberately; sub apiquery ($) { my ($subpath) = @_; local $/=undef; - $!=0; $?=0; my $json = `dgit -d $distro archive-api-query $subpath`; + my $cmd = "$dgitlive/dgit -d $distro ". + "\$DGIT_TEST_OPTS \$DGIT_TEST_DEBUG archive-api-query $subpath"; + $!=0; $?=0; my $json = `$cmd`; defined $json or die "$subpath $! $?"; return decode_json $json; } -- cgit v1.2.3