Skip to content

Commit c62b1c6

Browse files
authored
Merge pull request #7962 from fstagni/90_fixTest
[9.0] fix test
2 parents eac3cc2 + ac2329d commit c62b1c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DIRAC/tests/Utilities/testJobDefinitions.py

Lines changed: 1 addition & 0 deletions
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)