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.
Showing
- scripts/test_filedma.sh 7 additions, 7 deletionsscripts/test_filedma.sh
- test/config/filedma-calo.json5 1 addition, 1 deletiontest/config/filedma-calo.json5
- test/config/filedma-gmt.json5 1 addition, 1 deletiontest/config/filedma-gmt.json5
- test/config/filedma-passthrough.json5 1 addition, 1 deletiontest/config/filedma-passthrough.json5
- test/config/filedma-passthrough1.json5 1 addition, 1 deletiontest/config/filedma-passthrough1.json5
- test/config/filedma-passthrough2.json5 1 addition, 1 deletiontest/config/filedma-passthrough2.json5
- test/config/scdaq-calo.conf 1 addition, 1 deletiontest/config/scdaq-calo.conf
- test/config/scdaq-gmt-cmssw.conf 1 addition, 1 deletiontest/config/scdaq-gmt-cmssw.conf
- test/config/scdaq-gmt.conf 1 addition, 1 deletiontest/config/scdaq-gmt.conf
- test/config/scdaq-micron-bril.conf 1 addition, 1 deletiontest/config/scdaq-micron-bril.conf
- test/config/scdaq-passthrough.conf 1 addition, 1 deletiontest/config/scdaq-passthrough.conf
- test/config/scdaq-passthrough1.conf 1 addition, 1 deletiontest/config/scdaq-passthrough1.conf
- test/config/scdaq-passthrough2.conf 1 addition, 1 deletiontest/config/scdaq-passthrough2.conf
- test/config/tcp-test.conf 1 addition, 1 deletiontest/config/tcp-test.conf
- test/config/tcp-test1.conf 1 addition, 1 deletiontest/config/tcp-test1.conf
- test/config/tcp-test2.conf 1 addition, 1 deletiontest/config/tcp-test2.conf
Loading
Please register or sign in to comment