Add a couple extra single-thread runs, shouldn't take *that* much longer
- DBIC_TRACE_PROFILE=console
- BREWVER=5.8.4
- # CLEANTEST: this particular perl is quite widespread
+ # Full test: this particular perl is quite widespread, single thread
- perl: "5.8.8_thr"
- sudo: false
+ sudo: required
dist: precise
env:
- - CLEANTEST=true
+ - VCPU_USE=1
+ - CLEANTEST=false
- BREWVER=5.8.8
- BREWOPTS="-Duseithreads"
- POISON_ENV=true
- BREWVER=blead
- # bleadperl with blead CPAN
+ # bleadperl with blead CPAN, single thread
- perl: "devcpan_bleadperl_thr_mb"
sudo: required
# explicitly do not specify dist - see what the default does
env:
+ - VCPU_USE=1
- CLEANTEST=false
- DEVREL_DEPS=true
- BREWVER=blead
PROVECMD="$PROVECMD -T"
fi
+ # List every single SKIP/TODO when they are visible
+ if [[ "$VCPU_USE" == 1 ]] ; then
+ PROVECMD="$PROVECMD --directives"
+ fi
+
echo_err "$(tstamp) running tests with \`$PROVECMD\`"
$PROVECMD 2> >(tee "$TEST_STDERR_LOG")
fi