about summary refs log tree commit diff
path: root/scripts/capsule.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/capsule.sh')
-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