From b4450f1dd6bca537e60406b2383ab154a3e1485f Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 8 Jun 2016 17:31:45 +0200 Subject: don't explicitly configure the last round of packages We end our operation by calling "dpkg --configure -a", so instead of running a (big) configure run with all packages mentioned explicitly before this, we simply skip them and let them be handled by this call implicitly. There isn't really an observeable gain to be had here from a speed point, but it helps in avoiding an (uncommon) problem of having a too long commandline passed to dpkg, which we would split up (probably incorrectly). --- test/integration/test-apt-progress-fd-deb822 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/integration/test-apt-progress-fd-deb822') diff --git a/test/integration/test-apt-progress-fd-deb822 b/test/integration/test-apt-progress-fd-deb822 index a8d59608d..d9a4505d1 100755 --- a/test/integration/test-apt-progress-fd-deb822 +++ b/test/integration/test-apt-progress-fd-deb822 @@ -58,10 +58,6 @@ Status: progress Package: testing:amd64 Percent: 83.3333 Message: Installed testing (amd64) - -Status: progress -Percent: 83.3333 -Message: Running dpkg ' rm -f apt-progress*.log -- cgit v1.2.3