From d351b0086abce8c7c8a68b088dcce24f69ef5d34 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Thu, 18 Mar 2021 18:05:01 -0700 Subject: [PATCH] debug Signed-off-by: Andrea Luzzardi --- tests/test-lib.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-lib.sh b/tests/test-lib.sh index 4b2858d3..b1e2add7 100644 --- a/tests/test-lib.sh +++ b/tests/test-lib.sh @@ -132,7 +132,8 @@ test::secret(){ local inputFile="$1" shift - if sops exec-file "$inputFile" echo > /dev/null 2>&1; then + # if sops exec-file "$inputFile" echo > /dev/null 2>&1; then + if sops exec-file "$inputFile" echo; then test::one "$@" --input-yaml "$inputFile" else logger::warning "Skip \"$1\": secrets not available"