From cbe483c32df06d2babbcf99d7ee947c645e7aea3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 30 May 2015 13:28:21 +0100 Subject: Test suite: Use stunt dpkg-parsechangelog This program takes 16ms instead of ~700ms on my computer. This saves 15s out of 100s for the debpolicy-newreject test (in its current state). Currently this is only used by various things in devscripts because dpkg-source uses /usr/lib/dpkg/parsechangelog/debian directly via a Perl module Dpkg::Changelog::Parse. --- tests/tests/debpolicy-newreject | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/tests') diff --git a/tests/tests/debpolicy-newreject b/tests/tests/debpolicy-newreject index f161149..c6260a7 100755 --- a/tests/tests/debpolicy-newreject +++ b/tests/tests/debpolicy-newreject @@ -2,6 +2,8 @@ set -e . tests/lib +t-tstunt dpkg-parsechangelog + t-debpolicy t-prep-newpackage example 1.0 -- cgit v1.2.3