diff options
author | Rob Savoye <rob@welcomehome.org> | 2002-04-26 05:56:49 +0000 |
---|---|---|
committer | Rob Savoye <rob@welcomehome.org> | 2002-04-26 05:56:49 +0000 |
commit | 8e999bd54e64578213f0a0437b1bd722b1d018e8 (patch) | |
tree | cb701dc4e9178920c99cffb73f96fc861b2a0941 /runtest | |
parent | 161152e05e980864d937c381a32b49e6e5c497ed (diff) | |
download | dejagnu-8e999bd54e64578213f0a0437b1bd722b1d018e8.zip dejagnu-8e999bd54e64578213f0a0437b1bd722b1d018e8.tar.gz dejagnu-8e999bd54e64578213f0a0437b1bd722b1d018e8.tar.bz2 |
2002-04-19 Nick Clifton <nickc@cambridge.redhat.com>
* Import files from sourceware dejagnu repository:
2002-03-15 Chris Demetriou <cgd@broadcom.com>
* baseboards/mips-sim-idt32.exp: New file.
2002-01-21 Ben Elliston <bje@redhat.com>
* baseboards/sh-sid.exp: New file.
2001-11-26 Thomas Fitzsimmons <fitzsim@redhat.com>
* baseboards/i386-sid.exp: New file.
2001-10-10 Frank Ch. Eigler <fche@redhat.com>
* config/sid.exp (set_host_info): New proc. Call it to set
gdb,nointerrupt flag to work around framework problems.
2001-08-24 Frank Ch. Eigler <fche@redhat.com>
* baseboards/basic-sid.exp (find_sid_conf): Tolerate not
finding path to pregen configuration file.
2001-02-22 Ben Elliston <bje@redhat.com>
* config/sid.exp: New file.
* baseboards/basic-sid.exp: Likewise.
* baseboards/arm-sid.exp: Likewise.
* baseboards/m32r-sid.exp: Likewise.
* baseboards/m68k-sid.exp: Likewise.
Diffstat (limited to 'runtest')
-rwxr-xr-x | runtest | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ for i in `echo ${execpath} | sed -e 's@/[^/]*$@/share/dejagnu@'` `echo ${execpa runpath=$i if expr $verbose \> 0 > /dev/null ; then echo Using $i/runtest.exp as main test driver + break; fi fi done |