From c7d81fa9ff495986675c05e52e13acc9ffc85372 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 18 Mar 2019 21:28:53 -0400 Subject: Make write_gn_args.py quiet --- tools/write_gn_args.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/write_gn_args.py') diff --git a/tools/write_gn_args.py b/tools/write_gn_args.py index 764dcc6c1..252ad54b8 100644 --- a/tools/write_gn_args.py +++ b/tools/write_gn_args.py @@ -10,6 +10,7 @@ args_list = run_output([ third_party.gn_path, "args", build_path(), "--list", "--short", "--overrides-only" ], + quiet=True, env=third_party.google_env()) with open(out_filename, "w") as f: -- cgit v1.2.3