From f84f9a283c700c290c8bb492ef9ad03b7835a8ec Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 17 Feb 2016 15:40:15 +1100 Subject: [PATCH] * runtest.exp: Tweak "Test run by .." output. --- ChangeLog | 4 ++++ runtest.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 464dbb4..3ea73b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2016-02-17 Ben Elliston + * runtest.exp: Tweak "Test run by .." output. + +2016-02-17 Ben Elliston + * lib/target.exp (default_target_compile): Do not pass -log to verbose when outputting the captured compiler/assembler/linker diagnostic output as it will already be in the .log file courtesy diff --git a/runtest.exp b/runtest.exp index 13ba7e6..d7facf8 100644 --- a/runtest.exp +++ b/runtest.exp @@ -1237,7 +1237,7 @@ set timeout 10 open_logs # print the config info -clone_output "Test Run By $logname on [timestamp -format %c]" +clone_output "Test run by $logname on [timestamp -format %c]" if {[is3way]} { clone_output "Target is $target_triplet" clone_output "Host is $host_triplet" -- 2.7.4