Browse Source

* lib/framework.exp (log_and_exit): Set tool to "testrun" if

unset.

Signed-off-by: Ben Elliston <bje@gnu.org>
dejagnu-1.5.3
Stephen Tridgell 11 years ago
committed by Ben Elliston
parent
commit
3249854999
  1. 5
      ChangeLog
  2. 3
      lib/framework.exp

5
ChangeLog

@ -1,3 +1,8 @@
2015-02-18 Ben Elliston <bje@gnu.org>
* lib/framework.exp (log_and_exit): Set tool to "testrun" if
unset.
2015-02-05 Ben Elliston <bje@gnu.org>
* doc/runtest.1: Fix a spelling error.

3
lib/framework.exp

@ -368,6 +368,9 @@ proc log_and_exit {} {
cleanup
verbose -log "runtest completed at [timestamp -format %c]"
if {$mail_logs} {
if { ${tool} == "" } {
set tool testrun
}
mail_file $outdir/$tool.sum $mailing_list "Dejagnu Summary Log"
}
remote_close host

Loading…
Cancel
Save