mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
script/compare_cc_results.py: ignore all LIB*_WRAPPER_SO_PATH values
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
b680ceebf8
commit
a26ba9d806
@ -7,9 +7,14 @@
|
||||
import sys
|
||||
import difflib
|
||||
|
||||
exceptions = ['BUILD_DIRECTORY', 'CROSS_COMPILE', 'CROSS_ANSWERS',
|
||||
'CROSS_EXECUTE', 'SELFTEST_PREFIX', 'LIBSOCKET_WRAPPER_SO_PATH',
|
||||
'defines' ]
|
||||
exceptions = [
|
||||
'BUILD_DIRECTORY', 'SELFTEST_PREFIX', 'defines',
|
||||
'CROSS_COMPILE', 'CROSS_ANSWERS', 'CROSS_EXECUTE',
|
||||
'LIBSOCKET_WRAPPER_SO_PATH',
|
||||
'LIBNSS_WRAPPER_SO_PATH',
|
||||
'LIBUID_WRAPPER_SO_PATH',
|
||||
'LIBRESOLV_WRAPPER_SO_PATH',
|
||||
]
|
||||
|
||||
base_lines = list()
|
||||
base_fname = ''
|
||||
|
Loading…
Reference in New Issue
Block a user