From c13d893cc61985d6b53fa0b71da296985df87bc4 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Fri, 2 Oct 2020 12:17:23 +0200 Subject: testplan2html: remove annoying output The git checkout output is annoying and doesn't bring any valuable information. Shut it down. Signed-off-by: Nicolas Dechesne --- plans/testplan2html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plans/testplan2html.py b/plans/testplan2html.py index 527bf2b..f45affb 100755 --- a/plans/testplan2html.py +++ b/plans/testplan2html.py @@ -110,7 +110,7 @@ def test_exists(test, repositories, args): return not test['missing'] test['missing'] = False # open the file and render the test - subprocess.call(['git', 'checkout', 'master']) + subprocess.call(['git', 'checkout', '-q', 'master']) logger.debug("Current dir: {}".format(current_dir)) os.chdir(current_dir) logger.debug("CWD: {}".format(os.getcwd())) -- cgit v1.2.3