Skip to content
Snippets Groups Projects
Commit e59c50dd authored by Boman Romain's avatar Boman Romain
Browse files

remove new battery usage

parent c2e9719d
No related merge requests found
...@@ -283,10 +283,12 @@ class CompJob(ParametricJob): ...@@ -283,10 +283,12 @@ class CompJob(ParametricJob):
def checkResults(self): # pars indep def checkResults(self): # pars indep
os.chdir('oo_metaB/bin') os.chdir('oo_metaB/bin')
print ("diff'ing results") print ("diff'ing results")
cmd="%s battery.py diffTSC" % self.pars['PYTHONEXE'].val # cmd="%s battery.py diffTSC" % self.pars['PYTHONEXE'].val # <= future battery.py (using TSC)
cmd="%s battery.py diff" % self.pars['PYTHONEXE'].val
print ("checkResults: cmd = %s" % cmd) print ("checkResults: cmd = %s" % cmd)
os.system(cmd) os.system(cmd)
file='verif/%s-diffsTSC.html' % machineid() # file='verif/%s-diffsTSC.html' % machineid() # <= future battery.py (using TSC)
file='verif/%s-diffs.html' % machineid()
print("verif file name = %s" % file) print("verif file name = %s" % file)
#self.mailhtml(file, "html report") #self.mailhtml(file, "html report")
self.mailHtmlAsAttachement(file, "html report") self.mailHtmlAsAttachement(file, "html report")
......
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