diff options
author | Ben Elliston <bje@gnu.org> | 2006-06-02 05:06:24 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2006-06-02 05:06:24 +0000 |
commit | 9190b14c8e194c6353d111cef8aa03fec5708d61 (patch) | |
tree | 32e3ad138e2498b31a9b0264c2455d417b18f050 /lib/remote.exp | |
parent | 25d1791f2e3efd751309679eab7a115166527a28 (diff) | |
download | dejagnu-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/remote.exp')
-rw-r--r-- | lib/remote.exp | 3 |
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" } { |