Skip to content

Exclude special generators from certain logParser tests

Spyros Argyropoulos requested to merge hepmc into master

Changes introduced

  • Introduce list specialGenerators in logParser to allow to skip certain tests that are not available e.g. for HI generators (like cross-section, or TestHepMC)
  • If TestHepMC results are missing for Sherpa throw ERROR instead of WARNING (@cgutscho I am not sure why we had this only as a warning instead - can change it back if we don't want this behaviour)

Tests

From the logs provided in #66 (closed)

Before

Screenshot_2020-08-15_at_09.56.51

With the changes in this MR

Screenshot_2020-08-16_at_13.22.27

Issues resolved

Closes #66 (closed)

Merge request reports