From 93ad71b9adca6a6afe1eaeb3d170a5c14c4426cf Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Thu, 31 Oct 2024 14:54:34 +0100
Subject: [PATCH] DOC: Explain that local sss dir is not needed

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

diff --git a/pylinkahead.ini.template b/pylinkahead.ini.template
index 18db107..5770cbe 100644
--- a/pylinkahead.ini.template
+++ b/pylinkahead.ini.template
@@ -8,8 +8,9 @@
 ## permissions to create and execute scripts.
 
 # 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/
+# copied during the SSS tests. This is not needed; the tests will use
+# /tmp/... if none is given.
+# 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