diff --git a/coordinator/ProcessorUtils.py b/coordinator/ProcessorUtils.py
index e8ce959607a3c850a871a12844e902d22d24015a..ea8fe8f88d92f05646f5df0aa89546311f669e8f 100644
--- a/coordinator/ProcessorUtils.py
+++ b/coordinator/ProcessorUtils.py
@@ -169,8 +169,8 @@ def endScript(premature=True):
 
     logger.info(f'--------')
 
-    if __name__ == '__main__':
-        sys.exit()
+    # if __name__ == '__main__':
+    sys.exit()
 
 def endJob(status,ignore_inprogress=False,**kwargs):
 
diff --git a/tests/integration/test_env_suit.py b/tests/integration/test_env_suit.py
index 85085e6b14df58239f7ee6f47783e5bd9240e476..b3a46aa47086cfa76270aa7347c2d649d8d54b0f 100644
--- a/tests/integration/test_env_suit.py
+++ b/tests/integration/test_env_suit.py
@@ -20,8 +20,8 @@ class TestEnvSuit(unittest.TestCase):
     @staticmethod
     def write_temp_run_config_file():
         nowstring: str = IntegrationTestUtils.get_now_string()
-        prefix: str = "temp_depo_" + nowstring
-        # prefix: str = ""
+        # prefix: str = "temp_depo_" + nowstring
+        prefix: str = ""
 
         default_config = IntegrationTestUtils.DEFAULT_CONFIG_FILE_PATH
         default_config_dict: dict = IntegrationTestUtils.load_json_file(default_config)