From 6c257d622478ba4ce120dfe1e4556588be18e343 Mon Sep 17 00:00:00 2001 From: mslifcak Date: Thu, 18 Jan 2018 10:36:43 -0500 Subject: [PATCH] touchup BOOT_LOADER_SEARCHED setting for BOOT-5106 and BOOT-5108 (#511) --- include/tests_boot_services | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/tests_boot_services b/include/tests_boot_services index fbbfd382..8d69da7a 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -148,6 +148,7 @@ # Description : Check if boot.efi is found on macOS/macOS Register --test-no BOOT-5106 --os "macOS" --weight L --network NO --root-only YES --category security --description "Check EFI boot file on Mac OS X/macOS" if [ ${SKIPTEST} -eq 0 ]; then + BOOT_LOADER_SEARCHED=1 FileExists ${ROOTDIR}System/Library/CoreServices/boot.efi if [ ${FILE_FOUND} -eq 1 ]; then LogText "Result: found macOS/Mac OS X boot.efi file" @@ -162,6 +163,7 @@ # Description : Check for Syslinux Register --test-no BOOT-5108 --os "Linux" --weight L --network NO --root-only YES --category security --description "Check Syslinux as bootloader" if [ ${SKIPTEST} -eq 0 ]; then + BOOT_LOADER_SEARCHED=1 FileExists ${ROOTDIR}boot/syslinux/syslinux.cfg if [ ${FILE_FOUND} -eq 1 ]; then LogText "Result: found Syslinux"