]> granicus.if.org Git - flex/commit
make tests/testwrapper.sh more verbose; find input in srcdir
authorWill Estes <westes575@gmail.com>
Sun, 1 Jun 2014 19:09:29 +0000 (15:09 -0400)
committerWill Estes <westes575@gmail.com>
Wed, 12 Nov 2014 10:14:26 +0000 (05:14 -0500)
commitfddc982e9f447f22248397f9e94e76c93e1d723f
treec29c768ba00cb44f88c9fbeeef03dd44ceb0d914
parent4cf8cc78007a5f11ada457e0ad0facd2551b26d4
make tests/testwrapper.sh more verbose; find input in srcdir

Since output is redirected by the automake parallel test suite driver,
turn on both -v and -x in bash for the testwrapper.sh shell
script. This helps a ton in debugging problems with the test harness
itself.

In general, the input files are in automake's srcdir and the name of
the test includes the relative path to it (even though that's supposed
to be ./). Therefore, pass srcdir in AM_LOG_FLAGS and prepend that to
the test name as part of constructing the input file's name.
tests/Makefile.am
tests/testwrapper.sh