From c4615d189f6b0dc4c116fc0a78ac295f7427170e Mon Sep 17 00:00:00 2001 From: Jian Cai Date: Thu, 23 Jan 2020 15:03:04 -0800 Subject: compiler_wrapper: update the presubmit tests. Update paths used in test cases. BUG=chromium:1042452 TEST=verified locally. Change-Id: I0ddca454280f91508b632785ec9b417328e2ab3e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2018235 Tested-by: Jian Cai Reviewed-by: George Burgess --- compiler_wrapper/testdata/cros_nonhardened_golden/bisect.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compiler_wrapper/testdata/cros_nonhardened_golden/bisect.json') diff --git a/compiler_wrapper/testdata/cros_nonhardened_golden/bisect.json b/compiler_wrapper/testdata/cros_nonhardened_golden/bisect.json index 7d2acdac..cb5dea01 100644 --- a/compiler_wrapper/testdata/cros_nonhardened_golden/bisect.json +++ b/compiler_wrapper/testdata/cros_nonhardened_golden/bisect.json @@ -47,7 +47,7 @@ "CCACHE_DIR=/var/cache/distfiles/ccache", "CCACHE_UMASK=002", "CCACHE_CPP2=yes", - "PYTHONPATH=/media/storage/jiancai/chromeos/src/third_party/toolchain-utils/compiler_wrapper" + "PYTHONPATH=/somepath/test_binary" ] } } @@ -102,7 +102,7 @@ "CCACHE_DIR=/var/cache/distfiles/ccache", "CCACHE_UMASK=002", "CCACHE_CPP2=yes", - "PYTHONPATH=/media/storage/jiancai/chromeos/src/third_party/toolchain-utils/compiler_wrapper" + "PYTHONPATH=/somepath/test_binary" ] } } @@ -160,7 +160,7 @@ "CCACHE_DIR=/var/cache/distfiles/ccache", "CCACHE_UMASK=002", "CCACHE_CPP2=yes", - "PYTHONPATH=/media/storage/jiancai/chromeos/src/third_party/toolchain-utils/compiler_wrapper" + "PYTHONPATH=/somepath/test_binary" ] }, "stdout": "somemessage", -- cgit v1.2.3