Commit bb957e8
Fix intermittent BATS module stream filter test failure
The grep pattern "5.21" treats the dot as a regex wildcard,
matching "5<any-char>21" across the entire CSV line including
the Uuid column which contains random Pulp UUIDs. This causes
the wrong module stream to be selected ~4.5% of runs.
Use awk to match exactly on the Stream column (field 3) instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 39653ec commit bb957e8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
| 325 | + | |
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| |||
0 commit comments