aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-02-17 04:15:36 +1100
committerBen Elliston <bje@gnu.org>2016-02-17 04:15:36 +1100
commit566e82586139ad0135b875f164e3c727e7d08fcb (patch)
tree8ac5f62c71878b5e2c8a2131fb10f6b9513483ee /lib
parent537bd47cc8166c2106cdeed7fd9cca361ee3c93f (diff)
downloaddejagnu-566e82586139ad0135b875f164e3c727e7d08fcb.zip
dejagnu-566e82586139ad0135b875f164e3c727e7d08fcb.tar.gz
dejagnu-566e82586139ad0135b875f164e3c727e7d08fcb.tar.bz2
* lib/remote.exp (local_exec): Call exp_continue until eof is
matched.
Diffstat (limited to 'lib')
-rw-r--r--lib/remote.exp4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/remote.exp b/lib/remote.exp
index 2d20a61..1fd1010 100644
--- a/lib/remote.exp
+++ b/lib/remote.exp
@@ -214,9 +214,7 @@ proc local_exec { commandline inp outp timeout } {
expect {
-i $spawn_id -timeout $timeout -re ".+" {
append output $expect_out(buffer)
- if { [string length $output] < 512000 } {
- exp_continue -continue_timer
- }
+ exp_continue -continue_timer
}
timeout {
warning "program timed out."