summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2009-11-09 02:34:10 +0000
committerPaul Joseph Davis <davisp@apache.org>2009-11-09 02:34:10 +0000
commit698f34752af9472751fc994065282f629667d034 (patch)
tree1e0c51debc8e33827e280d08c4180e48189a0546 /test
parentf0f21e1f5b3d0bd9c7a32529dc45cc461c189a3c (diff)
Unverbosifiying after the last successful build.
Adding -v to the prove command made things work. How awesome is that? git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@833967 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/etap/run.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etap/run.tpl b/test/etap/run.tpl
index 871ac4cb..faf0f456 100644
--- a/test/etap/run.tpl
+++ b/test/etap/run.tpl
@@ -23,5 +23,5 @@ if test $# -gt 0; then
shift
done
else
- prove -v $SRCDIR/test/etap/*.t
+ prove $SRCDIR/test/etap/*.t
fi