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

finder

parent 7c5271fa
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