From: ahmedsamyh Date: Mon, 3 Mar 2025 12:48:44 +0000 (+0500) Subject: [test.py] "build" subcmd only outputs stdout on verbose output. X-Git-Url: https://www.git.momoyon.org/?a=commitdiff_plain;h=6debf645923e50ca7ff83764bcc200de831a6174;p=lang.git [test.py] "build" subcmd only outputs stdout on verbose output. --- diff --git a/test.py b/test.py index eaabbf8..39cc977 100755 --- a/test.py +++ b/test.py @@ -184,7 +184,7 @@ def main(): passing_tests_count += 1 print("[PASS] ", end='') o = False - if res.stdout: + if verbose_output and res.stdout: print(f"{res.stdout}") o = True if verbose_output and res.stderr: