From 698f34752af9472751fc994065282f629667d034 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Mon, 9 Nov 2009 02:34:10 +0000 Subject: 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 --- test/etap/run.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3