aboutsummaryrefslogtreecommitdiff
path: root/doc/dejagnu.texi
diff options
context:
space:
mode:
authorAnton Kolesov <anton.kolesov@synopsys.com>2013-10-31 06:35:30 +1100
committerBen Elliston <bje@gnu.org>2013-10-31 06:35:30 +1100
commit11ba195b8b6d4d3c57449f41ef12a8cf54f612b9 (patch)
treef39d4120d37b01fced14f2c64b11aa47a3ae6ecc /doc/dejagnu.texi
parent28a5e74afeb11090dc269bbf814eec306c7d4ec5 (diff)
downloaddejagnu-11ba195b8b6d4d3c57449f41ef12a8cf54f612b9.zip
dejagnu-11ba195b8b6d4d3c57449f41ef12a8cf54f612b9.tar.gz
dejagnu-11ba195b8b6d4d3c57449f41ef12a8cf54f612b9.tar.bz2
* lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
(remote_reboot): Add comment explaining return value of this procedure. * doc/ref.xml (remote_reboot, standard_reboot): Document procedures. * doc/dejagnu.texi: Regenerate. Signed-off-by: Ben Elliston <bje@gnu.org>
Diffstat (limited to 'doc/dejagnu.texi')
-rw-r--r--doc/dejagnu.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 9e6c606..bd82d44 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -4830,6 +4830,10 @@ the @code{target_info} array.
@node remote_reboot procedure, remote_send procedure, remote_raw_wait procedure, Procedures For Remote Communication
@subsubsection Remote_reboot Procedure
+Return value of this function depends on actual implementation
+of reboot that will be used, in practice it is expected that
+@code{remote_reboot} returns @emph{1}
+on success and @emph{0} on failure.
@quotation
@@ -5035,6 +5039,11 @@ the @code{target_info} array.
@node standard_reboot procedure, standard_send procedure, standard_load procedure, Procedures For Remote Communication
@subsubsection Standard_reboot Procedure
+It looks like that this procedure is never called, instead
+@code{$@{board@}_reboot} defined in
+@file{base-config.exp} will be used because it has
+higher priority and @file{base-config.exp} is
+always imported by @code{runtest}.
@quotation