Skip to content
Snippets Groups Projects
Commit 1d001f65 authored by Papeleux Luc's avatar Papeleux Luc
Browse files

remove runBatchXX.sh file when test is over

parent adfc4031
No related branches found
No related tags found
No related merge requests found
......@@ -290,6 +290,7 @@ class LaunchJob(ParametricJob):
elif self.pars['RUNMETHOD'].val == 'at' or self.pars['RUNMETHOD'].val == 'batch':
fNames.append("kill%s.py"%self.jobId)
fNames.append("atrm%s.py"%self.jobId)
fNames.append("runbatch%s.sh"%self.jobId)
fNames.append(self.cfgfile)
else:
fNames.append("kill%s.py"%self.jobId)
......
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