From 5757837e28d5c7484b5dfa571354d75885cbe765 Mon Sep 17 00:00:00 2001 From: mboelen Date: Wed, 20 Apr 2016 12:08:10 +0200 Subject: [PATCH] Show skipped items when running in verbose mode --- include/tests_ssh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/tests_ssh b/include/tests_ssh index 45957f44..fcd1bfc7 100644 --- a/include/tests_ssh +++ b/include/tests_ssh @@ -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