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

@ -226,8 +226,7 @@
Display --indent 4 --text "- SSH option: ${OPTIONNAME}" --result "NOT FOUND" --color WHITE Display --indent 4 --text "- SSH option: ${OPTIONNAME}" --result "NOT FOUND" --color WHITE
fi fi
else else
LogText "Skipping atomic test ${OPTIONNAME}" if IsVerbose; then Display --indent 4 --text "- SSH option: ${OPTIONNAME}" --result "SKIPPED (via config)" --color WHITE; fi
Display --indent 4 --text "- SSH optoin: ${OPTIONNAME}" --result SKIPPED --color WHITE
fi fi
done done
fi fi