From 41b79c5b3942fe552f455f4be51d2a8804a2db47 Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Thu, 28 Nov 2024 15:19:42 +0100 Subject: [PATCH] PIPLINE: Remove local scripting bin dir from pylinkahead.ini --- .docker/tester_pylinkahead.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/.docker/tester_pylinkahead.ini b/.docker/tester_pylinkahead.ini index 408f08a..244b89a 100644 --- a/.docker/tester_pylinkahead.ini +++ b/.docker/tester_pylinkahead.ini @@ -4,9 +4,6 @@ ; location of the scripting bin dir which is used for the test scripts from the ; server's perspective. test_server_side_scripting.bin_dir.server = scripting/bin-debug/ -; location of the scripting bin dir which is used for the test scripts from the -; pyinttest's perspective. -test_server_side_scripting.bin_dir.local = /scripting/bin-debug/ ; location of the files from the pyinttest perspective test_files.test_insert_files_in_dir.local = /extroot/test_insert_files_in_dir/ -- GitLab