Browse Source

* lib/dejagnu.exp (host_execute): Remove buffer_full check. This is not

the right command keyword -- it is full_buffer. Reported by David
  Malcolm <dmalcolm@redhat.com>.
dejagnu-1.5.2
Ben Elliston 12 years ago
parent
commit
755053ffe1
  1. 6
      ChangeLog
  2. 2
      lib/dejagnu.exp

6
ChangeLog

@ -1,3 +1,9 @@
2014-10-14 Ben Elliston <bje@gnu.org>
* lib/dejagnu.exp (host_execute): Remove buffer_full check. This
is not the right command keyword -- it is full_buffer. Reported by
David Malcolm.
2014-07-15 Maciej W. Rozycki <macro@mips.com>
Maciej W. Rozycki <macro@codesourcery.com>

2
lib/dejagnu.exp

@ -113,8 +113,6 @@ proc host_execute {args} {
set timetol 0
set arguments ""
expect_before buffer_full { perror "Buffer full" }
if { [llength $args] == 0} {
set executable $args
} else {

Loading…
Cancel
Save