From b6c0736d6e4676412a78a5de7371337eb72eb4a0 Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 10 Sep 2015 08:35:57 +0200 Subject: [PATCH] Added counters for suggestions and warnings --- include/consts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/consts b/include/consts index aa884190..22c8c294 100644 --- a/include/consts +++ b/include/consts @@ -116,6 +116,8 @@ unset LANG TEST_SKIP_ALWAYS="" TESTS_EXECUTED="" TESTS_SKIPPED="" + TOTAL_SUGGESTIONS=0 + TOTAL_WARNINGS=0 TRIPWIREBINARY="" UEFI_BOOTED=0 UEFI_BOOTED_SECURE=0