1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

selftest: Run waf build --dup-symbol-check under $PYTHON

This would often be python3 in the new build

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
Andrew Bartlett 2018-12-12 17:08:21 +13:00
parent c71417a0eb
commit a42f18cc3e

View File

@ -5,7 +5,7 @@
subunit_start_test duplicate_symbols
if ./buildtools/bin/waf build --dup-symbol-check; then
if $PYTHON ./buildtools/bin/waf build --dup-symbol-check; then
subunit_pass_test duplicate_symbols
else
echo | subunit_fail_test duplicate_symbols