summaryrefslogtreecommitdiff
path: root/scripts/check-qemu-install
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-27 13:51:31 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-27 13:51:31 +0100
commit0d8922611ed83a68b1dadf6f187986c494a1f731 (patch)
tree1190a4f840c6ef1ac67bbe2607cb5ce895128093 /scripts/check-qemu-install
parentd42ee82eee18384576105cc4d56a40e0567b24cb (diff)
downloadvyos-build-0d8922611ed83a68b1dadf6f187986c494a1f731.tar.gz
vyos-build-0d8922611ed83a68b1dadf6f187986c494a1f731.zip
Testsuite: use Jenkins timestamps
Diffstat (limited to 'scripts/check-qemu-install')
-rwxr-xr-xscripts/check-qemu-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index 33fdaad2..aced58b5 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -102,7 +102,7 @@ log = logging.getLogger()
log.setLevel(logging.DEBUG)
stl = StreamToLogger(log)
-formatter = logging.Formatter('%(asctime)s + %(relativeCreated)-7d - %(levelname)5s - %(message)s')
+formatter = logging.Formatter('- %(levelname)5s - %(message)s')
handler = logging.StreamHandler(sys.stdout)
if args.silent: