projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f868218
)
Run tests verbosely
Dagfinn Ilmari Mannsåker [Mon, 28 Jul 2014 23:02:14 +0000 (
00:02
+0100)]
maint/travis-ci_scripts/40_script.bash
patch
|
blob
|
blame
|
history
diff --git
a/maint/travis-ci_scripts/40_script.bash
b/maint/travis-ci_scripts/40_script.bash
index
602f2df
..
fb53e35
100755
(executable)
--- a/
maint/travis-ci_scripts/40_script.bash
+++ b/
maint/travis-ci_scripts/40_script.bash
@@
-14,7
+14,7
@@
if [[ "$CLEANTEST" = "true" ]] ; then
run_or_err "Prepare blib" "make pure_all"
run_harness_tests
else
- PROVECMD="prove -lrsw t"
+ PROVECMD="prove -lrswv t"
echo_err "$(tstamp) running tests with \`$PROVECMD\`"
$PROVECMD 2> >(tee "$TEST_STDERR_LOG")