better skip

This commit is contained in:
Thomas Levine 2016-02-28 10:49:40 +00:00
parent 7c0e491580
commit cee54dc21a

4
urchin
View File

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