From 347d975508e89ea818bf847ba03bb655fcc380fa Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Mon, 29 Feb 2016 03:55:21 +0000 Subject: [PATCH] test --verbose --- tests/Flags/--verbose | 1 + urchin | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100755 tests/Flags/--verbose diff --git a/tests/Flags/--verbose b/tests/Flags/--verbose new file mode 100755 index 0000000..fa64f0b --- /dev/null +++ b/tests/Flags/--verbose @@ -0,0 +1 @@ +../../urchin --tap --verbose .slow-tests | grep 'Begin output' diff --git a/urchin b/urchin index cd207e8..bc4307f 100755 --- a/urchin +++ b/urchin @@ -377,7 +377,6 @@ These options affect how results are formatted. -t, --tap Format output in Test Anything Protocol (TAP) -v, --verbose Print stdout from all tests, not just failed tests. - XXX Not yet implemented The remaining flags provide information about urchin.