From d16ee7e60e6708093fb8ade580cc28ed67661fb3 Mon Sep 17 00:00:00 2001 From: Austin Appleby Date: Sun, 3 Mar 2024 00:43:58 -0800 Subject: [PATCH] make ninja build not spam test outputs --- config/rules.ninja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rules.ninja b/config/rules.ninja index 8744d45..1f92aa1 100644 --- a/config/rules.ninja +++ b/config/rules.ninja @@ -34,7 +34,7 @@ rule ems_js_binary ################################################################################ rule run_test - command = ${in} ${args} && touch ${out} + command = ${in} ${args} > /dev/null && touch ${out} #include-what-you-use -Xiwyu --no_fwd_decls -std=c++20 -I. ${in}