We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9810046 commit e911833Copy full SHA for e911833
src/feelpp/benchmarking/reframe/regression.py
@@ -45,7 +45,6 @@ def copyParametrizedFiles(self):
45
def addRfmOutputFiles(self):
46
with open(os.path.join(self.stagedir, self.job.script_filename), 'r') as f:
47
self.script = f.read()
48
- print(self.script)
49
50
with open(os.path.join(self.stagedir,self.job.stdout), 'r') as f:
51
self.output_log = f.read()
0 commit comments