From 6cc123327161c95123633a6008084f32ae922653 Mon Sep 17 00:00:00 2001 From: Yong-an Lu Date: Wed, 9 Nov 2022 10:14:51 +0800 Subject: [PATCH] [TEST] test die Signed-off-by: Yong-an Lu --- case-lib/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/case-lib/lib.sh b/case-lib/lib.sh index 23c31e1e..411817a6 100644 --- a/case-lib/lib.sh +++ b/case-lib/lib.sh @@ -693,7 +693,7 @@ is_firmware_file_zephyr() local firmware_path znum firmware_path=$(get_firmware_path) - [ -n "$firmware_path" ] || + false || die 'firmware path not found from journalctl, no firmware loaded or debug option disabled?' znum=$(strings "/lib/firmware/$firmware_path" | grep -c -i zephyr)