From 29d2cdcbce5adf29408e7d67c4aecde1bbe411b5 Mon Sep 17 00:00:00 2001 From: John Brydon Date: Tue, 7 Feb 2023 14:26:06 +0000 Subject: [PATCH] T1614.001: Add exit for failed deps test Signed-off-by: John Brydon --- atomics/T1614.001/T1614.001.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/atomics/T1614.001/T1614.001.yaml b/atomics/T1614.001/T1614.001.yaml index 775d70b3..4a49cf73 100644 --- a/atomics/T1614.001/T1614.001.yaml +++ b/atomics/T1614.001/T1614.001.yaml @@ -92,6 +92,7 @@ atomic_tests: [ -x "$(command -v printenv)" ] && exit 0 || exit 1 get_prereq_command: | echo "printenv command does not exist" + exit 1 executor: command: | env