Re: isremote and unix board special handling question
Jacob Bachmeyer <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.general |
|---|---|
| Message-ID | <[email protected]> |
Ben Elliston wrote: > On Wed, Nov 28, 2018 at 04:57:28PM +0000, Steve Ellcey wrote: > >> The main reason for not creating a new site.exp file is that the >> testing I am doing with dejagnu is running the GCC testsuite and the >> GCC 'make check' creates the site.exp file on the fly. >> > > You could set $DEJAGNU to your own site.exp that sources the GCC one. > $DEJAGNU and the local init files ($base_dir/site.exp, $objdir/site.exp) are loaded independently. It does not help that both local and global init files are named (or default to) "site.exp". Documenting this is on my TODO list. -- Jacob