From fca041d26e3b1517bba9c8bbb426aad5b6f3866b Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Sun, 28 Feb 2016 22:56:49 +0000 Subject: [PATCH] change molly guard error explanation --- urchin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urchin b/urchin index 2e460a0..78bfc51 100755 --- a/urchin +++ b/urchin @@ -505,7 +505,7 @@ if basename "$(fullpath "$root")" | report_outcome "$root" $tap_format $urchin_tmp/log $start $finish urchin_exit $? else - echo 'The name of the directory on which you are running urchin + echo 'The root directory of the tests that you are running urchin on does not contain the word "test", so I am not running, in case that was an accident. Use the -f flag if you really want to run urchin on that directory.' >&2