Commit dd42476
committed
[build-script] Fix the LLDB redecl completion filter that we pass to llvm-lit
In the presence of multiple `--filter` options, `llvm-lit` will only
pick the last one. Which means we only ever ran the tests under
`commands/`.
This patch turns the multiple filters into a regex.1 parent a9b489c commit dd42476
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2764 | 2764 | | |
2765 | 2765 | | |
2766 | 2766 | | |
2767 | | - | |
2768 | | - | |
2769 | | - | |
2770 | | - | |
| 2767 | + | |
2771 | 2768 | | |
2772 | 2769 | | |
2773 | 2770 | | |
| |||
0 commit comments