flux-framework / flux-sched

Fluxion Graph-based Scheduler
GNU Lesser General Public License v3.0
90 stars 41 forks source link

test/match-formats: make jq command valid #1213

Closed trws closed 6 months ago

trws commented 6 months ago

problem: somehow we've had an invalid jq command in one of the sched tests for quite some time now

solution: give it the "." pattern rather than ""

This is actually in one of the commits in #1211, but it's driving me crazy not having this fixed in other branches.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 73.9%. Comparing base (2a4f90a) to head (2ac4f78). Report is 179 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1213 +/- ## ====================================== Coverage 73.9% 73.9% ====================================== Files 102 102 Lines 14614 14614 ====================================== Hits 10814 10814 Misses 3800 3800 ```