Show skipped items when running in verbose mode

This commit is contained in:
mboelen 2016-04-20 12:08:10 +02:00
parent a6393bd8a0
commit 5757837e28

View File

@ -225,9 +225,8 @@
LogText "Result: Option ${OPTIONNAME} not found in output"
Display --indent 4 --text "- SSH option: ${OPTIONNAME}" --result "NOT FOUND" --color WHITE
fi
else
LogText "Skipping atomic test ${OPTIONNAME}"
Display --indent 4 --text "- SSH optoin: ${OPTIONNAME}" --result SKIPPED --color WHITE
else
if IsVerbose; then Display --indent 4 --text "- SSH option: ${OPTIONNAME}" --result "SKIPPED (via config)" --color WHITE; fi
fi
done
fi