Display skipped atomic tests (#169)

Added section to log & display skipped atomic tests.
This commit is contained in:
Eric Light 2016-04-20 20:46:40 +12:00 committed by Michael Boelen
parent 11c4779dd7
commit a6393bd8a0
1 changed files with 3 additions and 0 deletions

View File

@ -225,6 +225,9 @@
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
fi
done
fi