Commit fa13c02
committed
tests: passthrough meson --test-args to pytest
Currently, to my knowledge, there is no way to filter tests when running
the testsuite through meson. Manually invoking pytest is the only way.
This PR allows such CLI invocation to be possible to filter tests
containing "recovery":
meson test -C obj --test-args="-k recovery"
Signed-off-by: Khang D Nguyen <khangng@os.amperecomputing.com>1 parent e7c87ba commit fa13c02
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
0 commit comments