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:
authormboelen <michael@cisofy.com>2014-09-15 14:01:09 +0400
committermboelen <michael@cisofy.com>2014-09-15 14:01:09 +0400
commitc9fde8c2d11744cc0875bc3e5dd0abf096211755 (patch)
tree0997d08919db7ec4e2aa9065c3e9aaf1671c4d6f /include/tests_custom.template
parent35d32fb5e40b86632677fd2256aebeddf926394a (diff)
Code cleanup and small enhancements
Diffstat (limited to 'include/tests_custom.template')
-rw-r--r--include/tests_custom.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_custom.template b/include/tests_custom.template
index b6686494..c21b6a5c 100644
--- a/include/tests_custom.template
+++ b/include/tests_custom.template
@@ -40,10 +40,10 @@
logtext "Test: checking something"
ReportWarning ${TEST_NO} "M" "Test warning"
if [ ${FOUND} -eq 0 ]; then
- Display --indent 4 --text "- Performing custom test 1..." --result OK --color GREEN
+ Display --indent 4 --text "- Performing custom test 1" --result OK --color GREEN
logtext "Result: the test looks great!"
else
- Display --indent 4 --text "- Performing custom test 1..." --result WARNING --color RED
+ Display --indent 4 --text "- Performing custom test 1" --result WARNING --color RED
logtext "Result: hmm bad result of this test :("
ReportSuggestion ${TEST_NO} "This could be better!"
fi