autobuild: Don't compare socket wrapper so_path for xc check
authorMichael Adam <obnox@samba.org>
Mon, 11 Jul 2016 09:08:22 +0000 (11:08 +0200)
committerAmitay Isaacs <amitay@samba.org>
Mon, 11 Jul 2016 10:19:13 +0000 (12:19 +0200)
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>
script/compare_cc_results.py

index b8ed3994c040dd2d3786e386f5808fb70497d609..43b46f869a96a56e84addf6c5234768320edc7e9 100755 (executable)
@@ -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 = ''