diff options
author | Michael Adam <obnox@samba.org> | 2016-07-11 11:08:22 +0200 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2016-07-11 12:19:13 +0200 |
commit | b32df94527fe9194366d548edb0ccfdbba9df123 (patch) | |
tree | c64aa6ea161258a4d7e08ffb47b28dd50ac7f27b /script | |
parent | 4c4c3e0fcf88753374fdb279b4519989501ede2f (diff) | |
download | samba-b32df94527fe9194366d548edb0ccfdbba9df123.tar.gz |
autobuild: Don't compare socket wrapper so_path for xc check
This uses the build-directory which, hence is not the same.
Achieve this by adding the path itself and the whole
defines dictionary to the exclude list.
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'script')
-rwxr-xr-x | script/compare_cc_results.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/script/compare_cc_results.py b/script/compare_cc_results.py index b8ed3994c04..43b46f869a9 100755 --- a/script/compare_cc_results.py +++ b/script/compare_cc_results.py @@ -8,7 +8,8 @@ import sys import difflib exceptions = ['BUILD_DIRECTORY', 'CROSS_COMPILE', 'CROSS_ANSWERS', - 'CROSS_EXECUTE', 'SELFTEST_PREFIX'] + 'CROSS_EXECUTE', 'SELFTEST_PREFIX', 'LIBSOCKET_WRAPPER_SO_PATH', + 'defines' ] base_lines = list() base_fname = '' |