]> git.ipfire.org Git - thirdparty/bind9.git/commit
Preserve PATH and LD_LIBRARY_PATH when calling make
authorMark Andrews <marka@isc.org>
Fri, 29 May 2020 06:12:50 +0000 (16:12 +1000)
committerOndřej Surý <ondrej@isc.org>
Thu, 4 Jun 2020 13:20:08 +0000 (15:20 +0200)
commitd9b29fcd9dba60f224ca3475036e719b4e7cb798
tree86c627cd7b305b660481feeb6b1466139c28f9c7
parent8a93a6335655f1eba7608f93cead37744d2066d7
Preserve PATH and LD_LIBRARY_PATH when calling make

When ./run.sh <test> is invoked, it acts as a wrapper around
`env - TESTS="<test>" make -e check` to preserve the ability to build
files defined only in the `check` target.  Unfortunately, cleaning the
full environment had a side-effect of some tests failing due to missing
binaries and libraries.  We now preserve the two most important
variables - PATH and LD_LIBRARY_PATH.
bin/tests/system/run.sh.in