]> git.ipfire.org Git - thirdparty/samba.git/commit
wafsamba: pass environment to cross-execute tests
authorUri Simchoni <uri@samba.org>
Sun, 6 Oct 2019 21:37:41 +0000 (00:37 +0300)
committerKarolin Seeger <kseeger@samba.org>
Wed, 4 Dec 2019 08:58:19 +0000 (08:58 +0000)
commitb7894c151ab2c10774a4cedde82b97fd5da26307
tree2ee20fcba9f6d470d06f073c076bf869f341b9d1
parent98dc227dce980307ec58bd326b773e41272d4c98
wafsamba: pass environment to cross-execute tests

This can come in handy for cross-execute scripts in general, and
is particularly required by the samba-xc test for cross-answers /
cross-execute, because Samba sets LD_LIBRARY_PATH during rpath
checks, and the test program needs that in order to successfully
run.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13846

Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit fdfd69840902f4b13db2a204a0ca87a578b61b85)
buildtools/wafsamba/samba_cross.py