From a2a96224baba5459886e9cc9617d44fd348a538d Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Thu, 31 Oct 2024 14:42:56 +0100
Subject: [PATCH] DOC: Better description of local sss bin dir?

---
 pylinkahead.ini.template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pylinkahead.ini.template b/pylinkahead.ini.template
index 1bb798e..18db107 100644
--- a/pylinkahead.ini.template
+++ b/pylinkahead.ini.template
@@ -7,9 +7,9 @@
 ## to point to existing directories in which the CaosDB server has the
 ## permissions to create and execute scripts.
 
-# Location of the scripting bin debug dir which is used for the test
-# scripts from the pyinttest's perspective.
-test_server_side_scripting.bin_dir.local=/path/to/linkahead-pyinttest/resources
+# Location of a temp dir into which the server-side scripts can be
+# copied during the SSS tests.
+test_server_side_scripting.bin_dir.local=/path/to/linkahead-pyinttest/sss-temp/
 
 # Location of the scripting bin debug dir which is used for the test
 # scripts from the server's perspective.
-- 
GitLab