From 535a1c259060ebeeaa2ea7267c5d13097186cebf Mon Sep 17 00:00:00 2001 From: LeeW Date: Mon, 17 Feb 2025 11:39:18 +0100 Subject: [PATCH] test: update verbosity --- verify/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/verify/test.sh b/verify/test.sh index 35cfc75..ac8df45 100755 --- a/verify/test.sh +++ b/verify/test.sh @@ -33,14 +33,14 @@ mv .sops.yaml.tmp .sops.yaml repo_root="$(git rev-parse --show-toplevel)" read -p "start testing?" __var # --- ->&2 echo "# create sops cfg in curdir" +>&2 echo "# create sops cfg in curdir: ${PWD}" rm .sops.yaml ../bin/update_sops.sh -c "${PWD}" -s "${secrets_file}" test -e "${PWD}/.sops.yaml" test ! -e "${repo_root}/.sops.yaml" read -p "next test?" __var # --- ->&2 echo "# create sops cfg in default (repo root)" +>&2 echo "# create sops cfg in default dir: ${repo_root}" rm .sops.yaml # note: fail if for any reason sops config defined at top level; this repo should not have this! test -e "${repo_root}/.sops.yaml"