From bd381e6ff564981e3b7e36b4092659405ef34c43 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Wed, 5 Jan 2011 14:14:20 -0800 Subject: Tell Module::Build to be verbose --- scripts/capsule.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/capsule.sh b/scripts/capsule.sh index b103a6a..4d1b097 100755 --- a/scripts/capsule.sh +++ b/scripts/capsule.sh @@ -33,7 +33,7 @@ do echo "Found Build.PL, using Build.PL" perl Build.PL ./Build installdeps - HARNESS_VERBOSE=1 ./Build test >> $logfile 2>&1 + HARNESS_VERBOSE=1 ./Build test --verbose >> $logfile 2>&1 else echo "Hoping to find Makefile.PL" perl Makefile.PL -- cgit 1.4.1