From e66551f50fdbb71573428dc202e7ca9d26ed8629 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Thu, 31 Mar 2016 19:43:04 +0000 Subject: [PATCH] switch # to | so output is easier to read --- urchin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urchin b/urchin index e369087..fae4b83 100755 --- a/urchin +++ b/urchin @@ -384,7 +384,7 @@ report_outcome() { esac if { test "${result}" = not_ok && "${print_not_ok_stdout}"; } || { test "${result}" = ok && "${print_ok_stdout}"; }; then - sed 's/^/ # /' "$(stdout_file "${abspath}" "${the_shell}")" + sed 's/^/ | /' "$(stdout_file "${abspath}" "${the_shell}")" fi fi