Browse Source

* runtest.exp: Tweak "Test run by .." output.

dejagnu-1.6
Ben Elliston 11 years ago
parent
commit
f84f9a283c
  1. 4
      ChangeLog
  2. 2
      runtest.exp

4
ChangeLog

@ -1,3 +1,7 @@
2016-02-17 Ben Elliston <bje@gnu.org>
* runtest.exp: Tweak "Test run by .." output.
2016-02-17 Ben Elliston <bje@gnu.org>
* lib/target.exp (default_target_compile): Do not pass -log to

2
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"

Loading…
Cancel
Save