diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-11-09 02:28:00 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-11-09 02:28:00 +0000 |
commit | f0f21e1f5b3d0bd9c7a32529dc45cc461c189a3c (patch) | |
tree | 08277fb4fd746db197d297e38ee292e77d4975b3 /test/etap | |
parent | 466e2364efffb914bb210021e19973914ce63451 (diff) |
Turn on verbose tests to diagnose buildbot
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@833966 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/etap')
-rw-r--r-- | test/etap/run.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etap/run.tpl b/test/etap/run.tpl index faf0f456..871ac4cb 100644 --- a/test/etap/run.tpl +++ b/test/etap/run.tpl @@ -23,5 +23,5 @@ if test $# -gt 0; then shift done else - prove $SRCDIR/test/etap/*.t + prove -v $SRCDIR/test/etap/*.t fi |