wafsamba: use test_args instead of exec_args to support cross-compilation
authorUri Simchoni <uri@samba.org>
Sun, 6 Oct 2019 21:37:17 +0000 (00:37 +0300)
committerUri Simchoni <uri@samba.org>
Sun, 20 Oct 2019 12:06:30 +0000 (12:06 +0000)
commite00e93350288dc212fed3f1be2adf78dcb6e58e7
tree8c017074a4fefd0a8975f9d1db7bfad036f697c5
parent09e282ec8173f2935bdb579e0396f269ce712e0d
wafsamba: use test_args instead of exec_args to support cross-compilation

exec_args seems to have been a custom addition to Samba's copy of waf.
Upstream Waf has an identically-purposed parameter called test_args.

This parameter is being used for addiing runtime args to test programs that
are being run during configuration phases.

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>
buildtools/wafsamba/samba_autoconf.py
buildtools/wafsamba/samba_cross.py