hugsy / gef-extras

Extra goodies for GEF to (try to) make GDB suck even less
https://hugsy.github.io/gef-extras
MIT License
148 stars 50 forks source link

workflows: tests: Fix arg to check marks #100

Closed Grazfather closed 5 months ago

Grazfather commented 5 months ago

We used -k "not benchmark" which would filter out ANY test that contained the word 'benchmark'.

This change fixes that by using the -m argument to only filter on marks.

Same change as hugsy/gef#1064