Commit 8a3d3e2
tests/RunTests.hs: fix failure tests
Problem description by Andreas Herrmann:
> run-tests -m '/failures/' doesn't seem to be working as expected.
> The test should attempt to build all targets under
> //tests/failures/... that are marked with the manual tag and expect
> them to fail. However, if I add the manual tag to a suceeding target
> e.g. //tests/failures/transitive-deps:lib-c, then the overall test
> still suceeds.
Manually tested via description that a succeeding test now actually
fails.
Fixes #9431 parent d5c03d9 commit 8a3d3e2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments