Skip to content

TriggerTest: Fix the use of athena -c option in two tests

Rafal Bielski requested to merge rbielski/athena:fix-triggertest-opts into master

I incorrectly assumed the -c option can be used multiple times with athena. Apparently this is only true for athenaHLT, but not for athena which uses only the last value. Fixing two tests affected by this issue.

cc @smh, @tamartin

Merge request reports