diff options
-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 |