* runtest: Remove trailing semicolons.
authorBen Elliston <bje@gnu.org>
Tue, 15 Mar 2011 01:53:16 +0000 (12:53 +1100)
committerBen Elliston <bje@gnu.org>
Tue, 15 Mar 2011 01:53:16 +0000 (12:53 +1100)
* lib/rsh.exp: Likewise.

ChangeLog
lib/rsh.exp
runtest

index 550931c..47d0b58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-15  Ben Elliston  <bje@gnu.org>
+
+       * runtest: Remove trailing semicolons.
+       * lib/rsh.exp: Likewise.
+
 2011-03-15  H.J. Lu  <hjl.tools@gmail.com>
 
        * lib/remote.exp (local_exec): Ignore SIGHUP.
index 5e268bb..ab2e1e0 100644 (file)
@@ -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 (executable)
--- 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