aboutsummaryrefslogtreecommitdiff
path: root/config/i386-bozo.exp
diff options
context:
space:
mode:
Diffstat (limited to 'config/i386-bozo.exp')
-rw-r--r--config/i386-bozo.exp24
1 files changed, 12 insertions, 12 deletions
diff --git a/config/i386-bozo.exp b/config/i386-bozo.exp
index f25ac72..4e28116 100644
--- a/config/i386-bozo.exp
+++ b/config/i386-bozo.exp
@@ -17,30 +17,30 @@
# Please email any bugs, comments, and/or additions to this file to:
# bug-dejagnu@gnu.org
-load_generic_config "gdb-comm";
+load_generic_config "gdb-comm"
proc ${board}_init { args } {
- set linux_box [target_info linux_box];
- set bozo_server [target_info bozo_server];
- remote_spawn $linux_box "$bozo_server unknown";
+ set linux_box [target_info linux_box]
+ set bozo_server [target_info bozo_server]
+ remote_spawn $linux_box "$bozo_server unknown"
remote_expect $linux_box 60 {
-re "port is (\[0-9\]+)" {
- set_currtarget_info netport "${linux_box}:$expect_out(1,string)";
+ set_currtarget_info netport "${linux_box}:$expect_out(1,string)"
}
}
}
proc ${board}_close { board } {
- set linux_box [board_info $board linux_box];
+ set linux_box [board_info $board linux_box]
if [board_info $linux_box exists fileid] {
- remote_send $linux_box "\003";
- remote_close $linux_box;
+ remote_send $linux_box "\003"
+ remote_close $linux_box
}
- standard_close $board;
+ standard_close $board
}
proc ${board}_reboot { board args } {
- remote_close $board;
- unset_currtarget_info netport;
- return 1;
+ remote_close $board
+ unset_currtarget_info netport
+ return 1
}