[Pkg-haskell-commits] [package-plan] 85/457: Fix cabal install invocation in test-packages.pl

Joachim Breitner nomeata at moszumanska.debian.org
Mon Apr 14 20:05:13 UTC 2014


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

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

commit dbe4152c9b11dfa13f9440aab3726dda31d068ed
Author: Colin Watson <cjwatson at debian.org>
Date:   Mon May 27 14:02:27 2013 +0000

    Fix cabal install invocation in test-packages.pl
---
 test-packages.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-packages.pl b/test-packages.pl
index c8c0075..cfd72bb 100644
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -77,4 +77,4 @@ close CABAL;
 chmod 0444, "all-packages.cabal";
 
 print "Running cabal-install...\n";
-system "cabal install --dry-run --force-reinstall" or die $!;
+system("cabal install --dry-run --force-reinstall") == 0 or die "cabal install failed: $?";

-- 
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