From 77d1cc9302f2b18cec6763967e53ad8cbcce36c5 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 6 Mar 2018 04:14:22 +0100 Subject: Simplify test suite logging No great need to log timestamps anymore. --- testsuite.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'testsuite.py') diff --git a/testsuite.py b/testsuite.py index 3fefb64..b82bc15 100644 --- a/testsuite.py +++ b/testsuite.py @@ -52,7 +52,6 @@ import subprocess import sys import tempfile import textwrap -import time def shell(cmd): with open(os.devnull, "w") as devnull: @@ -2051,10 +2050,8 @@ def test_defconfig(conf, arch, srcarch): fail() if log: with open("test_defconfig_fails", "a") as fail_log: - fail_log.write("{} {} with {} did not match\n" - .format(time.strftime("%d %b %Y %H:%M:%S", - time.localtime()), - arch, defconfig)) + fail_log.write("{} with {} did not match\n" + .format(arch, defconfig)) # # Helper functions -- cgit v1.2.3