Skip to content

Commit

Permalink
[Test] Suppress output from ck2yaml when verbose_tests=y
Browse files Browse the repository at this point in the history
  • Loading branch information
speth authored and ischoegl committed Jul 29, 2022
1 parent feecd6f commit ade1a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/cython/cantera/test/test_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def convert(self, inputFile, thermo=None, transport=None,
output.unlink()
ck2yaml.convert_mech(inputFile, thermo_file=thermo,
transport_file=transport, surface_file=surface, out_name=output,
extra_file=extra, **kwargs)
extra_file=extra, quiet=True, **kwargs)
return output

def checkConversion(self, refFile, testFile):
Expand Down

0 comments on commit ade1a38

Please sign in to comment.