[package-plan] 01/03: test-packages: Sort groups for deterministic output

Daniel Silverstone dsilvers at moszumanska.debian.org
Mon Aug 10 13:35:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

dsilvers pushed a commit to branch master
in repository package-plan.

commit ebbc3d38a2a0d6cb915d774ed3121df00632563b
Author: Daniel Silverstone <dsilvers at digital-scurf.org>
Date:   Mon Aug 10 13:18:36 2015 +0000

    test-packages: Sort groups for deterministic output
---
 test-packages.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-packages.pl b/test-packages.pl
index e1b6933..9d79f87 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -332,7 +332,7 @@ printf "Testing packages in %d different groups\n", (scalar @groups);
 my $total_out;
 my $all_runs_ok = 1;
 
-for my $group (@groups) {
+for my $group (sort @groups) {
 	my @params = ("cabal",
 		 #"-v",
 		 "--config-file",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list