X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2Ftravis-ci_scripts%2F40_script.bash;h=0a6ecd541fa97faf7b0305128bb932f4551fd511;hb=652d9b762d7b6d36c7dcc396e2cee5264c6d0a95;hp=25a35ff67500682495f75e729b4c136403e03452;hpb=7fe322c8d2a911e986b0fc2a753b023d63940bcb;p=dbsrgits%2FDBIx-Class.git diff --git a/maint/travis-ci_scripts/40_script.bash b/maint/travis-ci_scripts/40_script.bash index 25a35ff..0a6ecd5 100755 --- a/maint/travis-ci_scripts/40_script.bash +++ b/maint/travis-ci_scripts/40_script.bash @@ -28,12 +28,7 @@ if [[ "$CLEANTEST" = "true" ]] ; then run_or_err "Prepare blib" "make pure_all" run_harness_tests else - PROVECMD="prove -lrswj$VCPU_USE xt t" - - # FIXME - temporary, until Package::Stash is fixed - if perl -M5.010 -e 1 &>/dev/null ; then - PROVECMD="$PROVECMD -T" - fi + PROVECMD="prove -lrswTj$VCPU_USE xt t" # List every single SKIP/TODO when they are visible if [[ "$VCPU_USE" == 1 ]] ; then