about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-01-05 14:14:20 -0800
committerJonathan "Duke" Leto <jonathan@leto.net>2011-01-05 14:14:20 -0800
commitbd381e6ff564981e3b7e36b4092659405ef34c43 (patch)
tree9ae74f9a1fb47d62afce200ca90362ac831efc67 /scripts
parentFind new tasks correctly (diff)
downloadjitterbug-bd381e6ff564981e3b7e36b4092659405ef34c43.tar.gz
Tell Module::Build to be verbose
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/capsule.sh2
1 files changed, 1 insertions, 1 deletions
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