From 7d35e96359182696c4cc1232346e9e04ba3f9568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Thu, 22 Oct 2020 10:15:22 +0200 Subject: [PATCH] MAINT: add necessary setting in template --- pycaosdb.ini.template | 1 + 1 file changed, 1 insertion(+) diff --git a/pycaosdb.ini.template b/pycaosdb.ini.template index 8f1d9d4..95e34ec 100644 --- a/pycaosdb.ini.template +++ b/pycaosdb.ini.template @@ -2,6 +2,7 @@ ## This sections needs to exist in addition to the usual section [IntegrationTests] test_server_side_scripting.bin_dir=/scripting-bin/ +test_server_side_scripting.bin_dir.local=/some/path # location of the files from the pyinttest perspective test_files.test_insert_files_in_dir.local=/extroot/test_insert_files_in_dir/ -- GitLab