wafsamba: use test_args instead of exec_args to support cross-compilation
commite1a0813aa5c2f52648667863a082f9ebf82d0d88
authorUri Simchoni <uri@samba.org>
Sun, 6 Oct 2019 21:37:17 +0000 (7 00:37 +0300)
committerKarolin Seeger <kseeger@samba.org>
Wed, 4 Dec 2019 08:58:18 +0000 (4 08:58 +0000)
treee83c498d500a8f2576e3df6ee12a122316089dfa
parentb691110c2677769dae22b78a62a749a520ae48e7
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>
(cherry picked from commit e00e93350288dc212fed3f1be2adf78dcb6e58e7)
buildtools/wafsamba/samba_autoconf.py
buildtools/wafsamba/samba_cross.py