aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2006-06-02 05:06:24 +0000
committerBen Elliston <bje@gnu.org>2006-06-02 05:06:24 +0000
commit9190b14c8e194c6353d111cef8aa03fec5708d61 (patch)
tree32e3ad138e2498b31a9b0264c2455d417b18f050 /lib
parent25d1791f2e3efd751309679eab7a115166527a28 (diff)
downloaddejagnu-9190b14c8e194c6353d111cef8aa03fec5708d61.zip
dejagnu-9190b14c8e194c6353d111cef8aa03fec5708d61.tar.gz
dejagnu-9190b14c8e194c6353d111cef8aa03fec5708d61.tar.bz2
* config/dos.exp (dos_open): Only run global board_info once at
the beginning of the proc; remove duplicates. (dos_load): Use file join to separate path components. (dos_copy_upload): Likewise. * lib/remote.exp (call_remote): Use error, not "blooie" to trigger an error.
Diffstat (limited to 'lib')
-rw-r--r--lib/remote.exp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/remote.exp b/lib/remote.exp
index 24037ac..4ccdb6f 100644
--- a/lib/remote.exp
+++ b/lib/remote.exp
@@ -512,8 +512,7 @@ proc call_remote { type proc dest args } {
global board
if {[info exists board]} {
- # FIXME: WTF?
- blooie
+ error "board exists"
}
load_board_description $dest
if { $proc == "reboot" } {