From f6b57772f24eb49ded88901660f87021a2aee680 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Mon, 25 Jan 2016 14:20:40 +0000 Subject: [PATCH] document unimplemented -e flag --- urchin | 3 +++ 1 file changed, 3 insertions(+) diff --git a/urchin b/urchin index e13e011..8ba2c6d 100755 --- a/urchin +++ b/urchin @@ -105,6 +105,9 @@ $USAGE -s Invoke test scripts that either have no shebang line at all or have shebang line "#!/bin/sh" with the specified shell. +-e Stop running if any single test fails. This is helpful if you want + to use Urchin to run things other than tests, such as a set of + configuration scripts. -f Force running even if the test directory's name does not contain the word "test". -h This help.