Skip to content

Commit ac2329d

Browse files
committed
fix: returning something
1 parent eac3cc2 commit ac2329d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DIRAC/tests/Utilities/testJobDefinitions.py

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def helloWorldJenkins():
7777
J.setInputSandbox([find_all("exe-script.py", os.environ["WORKSPACE"], "DIRAC/tests/Workflow")[0]])
7878
J.setExecutable("exe-script.py", "", "helloWorld.log")
7979
J.setDestination("DIRAC.Jenkins.ch")
80+
return endOfAllJobs(J)
8081

8182

8283
def helloWorld_input():

0 commit comments

Comments
 (0)