================ @@ -17,8 +17,19 @@ # name: The name of this test suite. config.name = "LLVM" +extra_substitutions = extra_substitutions = ( + [ + (r"\| not FileCheck .*", "| tee /dev/null"), ---------------- boomanaiden154 wrote:
`tee` will write to `stdout`/`stderr` on top of writing to the file, and I thought you were trying to avoid writing to standard output. I think just `> /dev/null` is preferable given that. https://github.com/llvm/llvm-project/pull/151214 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits