From 92e02c105c5b673502689ff4785ef54002b49a1b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 15 Oct 2016 21:06:02 +0100 Subject: Test suite: stunt parsechangelog: Some commented-out debugging Signed-off-by: Ian Jackson --- tests/tstunt/dpkg-parsechangelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/tstunt/dpkg-parsechangelog') diff --git a/tests/tstunt/dpkg-parsechangelog b/tests/tstunt/dpkg-parsechangelog index ba6ef54..6a9198a 100755 --- a/tests/tstunt/dpkg-parsechangelog +++ b/tests/tstunt/dpkg-parsechangelog @@ -18,6 +18,8 @@ $SIG{__WARN__} = sub { die $_[0]; }; # no use of system, so we avoid #793471 my $infile = "debian/changelog"; +#print STDERR ">@ARGV<\n"; + my @orgargv = @ARGV; if (@ARGV && $ARGV[0] =~ s/^-l//) { -- cgit v1.2.3