Browse Source

* runtest: Remove trailing semicolons.

* lib/rsh.exp: Likewise.
dejagnu-1.5.2
Ben Elliston 16 years ago
parent
commit
c24622e0f2
  1. 5
      ChangeLog
  2. 2
      lib/rsh.exp
  3. 2
      runtest

5
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.

2
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.

2
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

Loading…
Cancel
Save