From 1832e44a0002d81e477f834ce7afaf481da11cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Tue, 22 Jan 2019 00:00:00 +0000 Subject: [PATCH] tests: print --dry-run -v newlines nicely --- common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.py b/common.py index d5d88c6..bf15407 100644 --- a/common.py +++ b/common.py @@ -944,7 +944,8 @@ Valid emulators: {} def test_teardown(self, run_object): if self.env['dry_run']: - self.log_info() + if not self.env['verbose']: + self.log_info() else: self.log_info(self.seconds_to_hms(run_object.ellapsed_seconds))