put hyphens in tap

This commit is contained in:
Thomas Levine 2016-02-28 11:16:32 +00:00
parent 0376bd936d
commit 5533b6629b

2
urchin
View File

@ -191,7 +191,7 @@ report_outcome() {
else
skip=''
fi
echo "${not}ok $n ${path}${skip}"
echo "${not}ok $n - ${path}${skip}"
if [ "$result" == not_ok ]; then
echo '# ------------ Begin output ------------'
# sed 's/^/# /' "$stdout_file"