projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9b0436e
)
Revert "Run tests verbosely"
Dagfinn Ilmari Mannsåker [Tue, 29 Jul 2014 01:00:07 +0000 (
02:00
+0100)]
This reverts commit
ea34d3424b6169316ec979cc44efddcfca2f65a6
.
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
fb53e35
..
602f2df
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 -lrswv t"
+ PROVECMD="prove -lrsw t"
echo_err "$(tstamp) running tests with \`$PROVECMD\`"
$PROVECMD 2> >(tee "$TEST_STDERR_LOG")