Skip to content
Snippets Groups Projects
Commit 8d4dabf8 authored by Federico Stagni's avatar Federico Stagni
Browse files

finder

parent e9594a3a
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ class UserJobTestCase( IntegrationTest ):
print "\n \n ********************************* \n Running a new test \n *********************************"
self.dLHCb = DiracLHCb()
self.exeScriptLocation = find_all( 'exe-script.py', '.', 'Integration' )[0]
self.exeScriptFromDIRACLocation = find_all( 'exe-script-fromDIRAC.py', '.', 'Integration' )[0]
self.exeScriptLocation = find_all( 'exe-script.py', 'LHCbDIRAC/tests', 'Integration' )[0]
self.exeScriptFromDIRACLocation = find_all( 'exe-script-fromDIRAC.py', 'LHCbDIRAC/tests', 'Integration' )[0]
self.lhcbJobTemplate = LHCbJob()
self.lhcbJobTemplate.setLogLevel( 'DEBUG' )
self.lhcbJobTemplate.setInputSandbox( find_all( 'pilot.cfg', '..' )[0] )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment