================ @@ -17,8 +17,19 @@ # name: The name of this test suite. config.name = "LLVM" +extra_substitutions = extra_substitutions = ( + [ + (r"\| not FileCheck .*", "| tee /dev/null"), ---------------- mtrofin wrote:
I didn't know you can `2>&1` and follow with `>`. Any reason one over the other? https://github.com/llvm/llvm-project/pull/151214 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
