summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2016-07-11 11:08:22 +0200
committerAmitay Isaacs <amitay@samba.org>2016-07-11 12:19:13 +0200
commitb32df94527fe9194366d548edb0ccfdbba9df123 (patch)
treec64aa6ea161258a4d7e08ffb47b28dd50ac7f27b /script
parent4c4c3e0fcf88753374fdb279b4519989501ede2f (diff)
downloadsamba-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-xscript/compare_cc_results.py3
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 = ''