From ac2329d85c40ad5ee6d82aa61c74860fb9b17000 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Thu, 19 Dec 2024 14:17:39 +0100 Subject: [PATCH] fix: returning something --- src/DIRAC/tests/Utilities/testJobDefinitions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DIRAC/tests/Utilities/testJobDefinitions.py b/src/DIRAC/tests/Utilities/testJobDefinitions.py index b6e79786a0d..6c7156e97ee 100644 --- a/src/DIRAC/tests/Utilities/testJobDefinitions.py +++ b/src/DIRAC/tests/Utilities/testJobDefinitions.py @@ -77,6 +77,7 @@ def helloWorldJenkins(): J.setInputSandbox([find_all("exe-script.py", os.environ["WORKSPACE"], "DIRAC/tests/Workflow")[0]]) J.setExecutable("exe-script.py", "", "helloWorld.log") J.setDestination("DIRAC.Jenkins.ch") + return endOfAllJobs(J) def helloWorld_input():