From bfe563d902166dd89a6317a00636c2ba707e085b Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Fri, 26 Jul 2024 14:38:58 +0200 Subject: [PATCH] refs #526 remove unwanted code --- src/test_modules/server/ogAdmClient/__init__.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/test_modules/server/ogAdmClient/__init__.py b/src/test_modules/server/ogAdmClient/__init__.py index d89c6fb..9149f36 100644 --- a/src/test_modules/server/ogAdmClient/__init__.py +++ b/src/test_modules/server/ogAdmClient/__init__.py @@ -240,16 +240,6 @@ with open (subprocs_log, 'ab') as fd: ## TODO improve this logging for I in /opt/opengnsys/lib/engine/bin/*.lib; do source $I; done; for i in $(declare -F |cut -f3 -d" "); do export -f $i; done; ''' - - ## DO NOT COMMIT - if 'nati' == os.environ['USER'] or 'nati' == os.environ['SUDO_USER']: - devel_bash_prefix = ''' - PATH=/home/nati/Downloads/work/opengnsys/opengnsys/client/shared/scripts:$PATH; - for I in /home/nati/Downloads/work/opengnsys/opengnsys/client/engine/*.lib; do source $I; done; - for i in $(declare -F |cut -f3 -d" "); do export -f $i; done; - ''' - ## DO NOT COMMIT - if parametros: proc = ['bash', '-c', '{} {} {}'.format (devel_bash_prefix, exe, ' '.join (parametros))] else: