From 97299af765a6fb527a767be108ce08bf3d2e520a Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Fri, 20 Sep 2024 19:12:28 +0200 Subject: [PATCH] Move test.sh Align with the other script which is already under scripts/. Signed-off-by: Georg Pfuetzenreuter --- README.md | 2 +- test.sh => scripts/test.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test.sh => scripts/test.sh (100%) diff --git a/README.md b/README.md index b48214b..fefdaee 100644 --- a/README.md +++ b/README.md @@ -74,4 +74,4 @@ build_acl(target_name, target_type, read=False, write=False, execute=False) ## Hacking/Tests -Functionality is tested through `pytest`. As it requires a certain test user to be present, easiest is to use the purpose-built container image. A wrapper is provided at `test.sh`. +Functionality is tested through `pytest`. As it requires a certain test user to be present, easiest is to use the purpose-built container image. A wrapper is provided at `scripts/test.sh`. diff --git a/test.sh b/scripts/test.sh similarity index 100% rename from test.sh rename to scripts/test.sh