From c24622e0f2e30eda9bfb357d7b957d4cb9e3ee69 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 15 Mar 2011 12:53:16 +1100 Subject: [PATCH] * runtest: Remove trailing semicolons. * lib/rsh.exp: Likewise. --- ChangeLog | 5 +++++ lib/rsh.exp | 2 +- runtest | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 550931c..47d0b58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-03-15 Ben Elliston + + * runtest: Remove trailing semicolons. + * lib/rsh.exp: Likewise. + 2011-03-15 H.J. Lu * lib/remote.exp (local_exec): Ignore SIGHUP. diff --git a/lib/rsh.exp b/lib/rsh.exp index 5e268bb..ab2e1e0 100644 --- a/lib/rsh.exp +++ b/lib/rsh.exp @@ -268,7 +268,7 @@ proc rsh_exec { boardname program pargs inp outp } { verbose "$RSH status is $status, output is $output" # `status' doesn't mean much here other than rsh worked ok. - # What we want is whether $program ran ok. Return $status; + # What we want is whether $program ran ok. Return $status # if the program timed out, status will be 1 indicating that # rsh ran and failed. If rsh fails, we will get FAIL rather # than UNRESOLVED - this will help the problem be noticed. diff --git a/runtest b/runtest index c5842ca..c26b4e9 100755 --- a/runtest +++ b/runtest @@ -118,7 +118,7 @@ for i in `echo ${execpath} | sed -e 's@/[^/]*$@/share/dejagnu@'` `echo ${execpa if expr $verbose \> 0 > /dev/null ; then echo Using $i/runtest.exp as main test driver fi - break; + break fi done -- 2.7.4