Skip to content

[!116] Convergencetest/verbosity

Dominic Kempf requested to merge cherry-pick-5a99c65e into releases/2.6

Merge branch 'convergencetest/verbosity' into 'master'

  1. convergencetest.py now continues even if one section of the test fails. (Before, it immediately returned 1 for failure.) This feature is desirable if we have multiple test sections, say pressure and velocity in navier-stokes. We then will want to know which sections failed exactly.
  2. The script now always prints convergence rates, even if all test sections are passed. I found this nice to have. Might be debatable.

See merge request quality/dune-testtools!116

(cherry picked from commit 5a99c65e)

e065169e Prints convergence rate for all testsections independent of pass or fail. d49e69d2 Fixes overly long lines. 8b09e7ad Fixes some whitespaces 082229c1 Now prints the convergence rate with stdout when test is passed. (before used stderr)

Merge request reports