diff --git a/include/tests_hardening b/include/tests_hardening index 592e8b16..713264b9 100644 --- a/include/tests_hardening +++ b/include/tests_hardening @@ -55,6 +55,7 @@ IsWorldExecutable ${ASBINARY} if [ $? -eq 1 ]; then logtext "Binary: found ${ASBINARY} (world executable)" + report "compiler[]=${ASBINARY}" AddHP 2 3 HARDEN_COMPILERS_NEEDED=1 else @@ -67,6 +68,7 @@ IsWorldExecutable ${GCCBINARY} if [ $? -eq 1 ]; then logtext "Binary: found ${GCCBINARY} (world executable)" + report "compiler[]=${GCCBINARY}" AddHP 2 3 HARDEN_COMPILERS_NEEDED=1 else