From d25fe5ce58c6f10fa6e3f3a9abcc9652907f1cac Mon Sep 17 00:00:00 2001 From: Eleonora Zinchenko Date: Tue, 16 Dec 2025 22:57:09 +0200 Subject: [PATCH] Test branch Added a comment to clarify the purpose of the script. --- e2e-tests/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-tests/functions b/e2e-tests/functions index 6b2a23167..a9d0396b2 100644 --- a/e2e-tests/functions +++ b/e2e-tests/functions @@ -1,5 +1,5 @@ #!/bin/bash - +# tis is check for test check # set root repo relatively to a test dir ROOT_REPO=${ROOT_REPO:-$(realpath ../../..)} CERT_MANAGER_VER="1.19.1" @@ -1256,4 +1256,4 @@ check_envs_for_component() { else echo "All environment checks passed for component '$component'" fi -} \ No newline at end of file +}