File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/DIRAC/tests/Utilities Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ def helloWorld_input():
9191 except IndexError : # we are in Jenkins
9292 J .setInputSandbox ([find_all ("exe-script-with-input.py" , "/home/dirac" , "DIRAC/tests/Workflow" )[0 ]])
9393 J .setExecutable ("exe-script-with-input.py" , "" , "helloWorld.log" )
94+ J .setInputData (["/dteam/user/f/fstagni/test/testInputFile.txt" ])
9495 return endOfAllJobs (J )
9596
9697
@@ -108,6 +109,7 @@ def helloWorld_input_single():
108109 [find_all ("exe-script-with-input-single-location.py" , "/home/dirac" , "DIRAC/tests/Workflow" )[0 ]]
109110 )
110111 J .setExecutable ("exe-script-with-input-single-location.py" , "" , "helloWorld.log" )
112+ J .setInputData (["/dteam/user/f/fstagni/test/testInputFileSingleLocation.txt" ])
111113 return endOfAllJobs (J )
112114
113115
You can’t perform that action at this time.
0 commit comments