better skip
This commit is contained in:
parent
7c0e491580
commit
cee54dc21a
4
urchin
4
urchin
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user