summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to '')
-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