From b32df94527fe9194366d548edb0ccfdbba9df123 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 11 Jul 2016 11:08:22 +0200 Subject: [PATCH] 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 Reviewed-by: Uri Simchoni Reviewed-by: Amitay Isaacs --- script/compare_cc_results.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = ''