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:
authorMichael Boelen <michael.boelen@cisofy.com>2019-07-12 15:20:32 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-07-12 15:20:32 +0300
commitc31c6a5a9eb6d4a197b3774de2fe95b50e7928d3 (patch)
treef219e9f7f68b2a3d1d9ce2e51b9eb924e64e48e1 /include/consts
parent7506fd4af8bc83d743cfc0894a814bdce4c07cc1 (diff)
Add timing measurement of individual tests and report them
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index a03f2708..67a18733 100644
--- a/include/consts
+++ b/include/consts
@@ -86,6 +86,7 @@ unset LANG
CONTAINER_TYPE=""
CREATE_REPORT_FILE=1
CSUMBINARY=""
+ CURRENT_TS=0
CUSTOM_URL_APPEND=""
CUSTOM_URL_PREPEND=""
CUSTOM_URL_PROTOCOL=""
@@ -216,6 +217,8 @@ unset LANG
PLUGIN_PHASE=0
POSTFIXBINARY=""
POSTGRES_RUNNING=0
+ PREVIOUS_TEST="No test ID"
+ PREVIOUS_TS=0
PRIVILEGED=0
PROFILES=""
PROFILEVALUE=""