Skip to content

Reintroduce automatic skipping of log.generate.short

Spyros Argyropoulos requested to merge fixbug into master

Description of bug

  • In !381 (merged) the part that was setting skipAthena=true in the commit script when the commit message contained [skip athena] or [skip logparser] was removed by mistake and therefore log.generate.short files are now committed even if one uses e.g. [skip athena]

Changes introduced

  • Reintroduce automatic skipping of log.generate.short

Tests

In both cases below I run ./scripts/commit_new_dsid.sh -d=999999 --dry-run -m="test [skip athena]"

Before change

Screenshot_2020-05-05_at_15.51.51

After change

Screenshot_2020-05-05_at_15.51.09

Issues resolved

Closes #

Edited by Spyros Argyropoulos

Merge request reports