Skip to content
Snippets Groups Projects
Commit 32a926bf authored by Giovanna Lazzari Miotto's avatar Giovanna Lazzari Miotto :mushroom:
Browse files

fix: test: Amend config file regex

JSON5 configuration files follow a slightly different syntax and were
silently not being pattern-matched to grep the output file name.

CI jobs still worked because the .dat suffix was hardcoded in the regex,
 and the only .dat files were output files for the current execution.

 The bug became evident now that suffixes are configurable in feature
 branches.
parent d5a91e7f
No related branches found
No related tags found
No related merge requests found
Pipeline #6929932 failed