Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Light <eric@ericlight.com>2016-04-20 11:46:40 +0300
committerMichael Boelen <michael@cisofy.com>2016-04-20 11:46:40 +0300
commita6393bd8a04a17fdbfaed961db0052390a54db4f (patch)
tree9daaff6e555771b06b724030466c7ee459f59af6 /include/tests_ssh
parent11c4779dd78e871cef3255335ed018d22b754653 (diff)
Display skipped atomic tests (#169)
Added section to log & display skipped atomic tests.
Diffstat (limited to 'include/tests_ssh')
-rw-r--r--include/tests_ssh3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tests_ssh b/include/tests_ssh
index 8c13ff51..45957f44 100644
--- a/include/tests_ssh
+++ b/include/tests_ssh
@@ -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