Skip to content

Commit

Permalink
[Test] Suppress most output from thermo consistency tests
Browse files Browse the repository at this point in the history
  • Loading branch information
speth authored and ischoegl committed Jun 13, 2023
1 parent f84e863 commit 43d2b18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ addTestProgram('general', 'general')
addTestProgram('kinetics', 'kinetics')
addTestProgram('oneD', 'oneD')
addTestProgram('thermo', 'thermo')
addTestProgram('thermo_consistency', 'thermo-consistency')
addTestProgram('thermo_consistency', 'thermo-consistency',
env_vars={'GTEST_BRIEF': '0' if env['verbose_tests'] else '1'})
addTestProgram('transport', 'transport')
addTestProgram('zeroD', 'zeroD')

Expand Down

0 comments on commit 43d2b18

Please sign in to comment.