switch # to | so output is easier to read

This commit is contained in:
Thomas Levine 2016-03-31 19:43:04 +00:00
parent d42079ef38
commit e66551f50f
1 changed files with 1 additions and 1 deletions

2
urchin
View File

@ -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