aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2011-03-15 12:53:16 +1100
committerBen Elliston <bje@gnu.org>2011-03-15 12:53:16 +1100
commitc24622e0f2e30eda9bfb357d7b957d4cb9e3ee69 (patch)
treebfb5ba39dda72e5b0ceb36f5b1a42fbaa2d8f2ff
parent50a378f626fcdbaf30202a36bf73738de08a53bf (diff)
downloaddejagnu-c24622e0f2e30eda9bfb357d7b957d4cb9e3ee69.zip
dejagnu-c24622e0f2e30eda9bfb357d7b957d4cb9e3ee69.tar.gz
dejagnu-c24622e0f2e30eda9bfb357d7b957d4cb9e3ee69.tar.bz2
* runtest: Remove trailing semicolons.
* lib/rsh.exp: Likewise.
-rw-r--r--ChangeLog5
-rw-r--r--lib/rsh.exp2
-rwxr-xr-xruntest2
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 <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.
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