Skip to content

Commit

Permalink
Merge pull request DIRACGrid#7962 from fstagni/90_fixTest
Browse files Browse the repository at this point in the history
[9.0] fix test
  • Loading branch information
fstagni authored Dec 19, 2024
2 parents eac3cc2 + ac2329d commit c62b1c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DIRAC/tests/Utilities/testJobDefinitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit c62b1c6

Please sign in to comment.