This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  77f1427   Fix CA run to support the override file properly
77f1427 is described below

commit 77f14277babeacecbf6bfd22948a49e3e45bb161
Author: Leif Hedstrom <[email protected]>
AuthorDate: Sun May 14 10:59:32 2017 -0400

    Fix CA run to support the override file properly
---
 ci/jenkins/bin/clang-analyzer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/jenkins/bin/clang-analyzer.sh b/ci/jenkins/bin/clang-analyzer.sh
index 9ff8e04..b99ab7c 100755
--- a/ci/jenkins/bin/clang-analyzer.sh
+++ b/ci/jenkins/bin/clang-analyzer.sh
@@ -72,7 +72,7 @@ export CCC_CC=${LLVM_BASE}/bin/clang
 export CCC_CXX=${LLVM_BASE}/bin/clang++
 
 # This can be used to override any of those settings above
-[ -f .clang-analyzer ] && source .clang-analyzer
+[ -f ./.clang-analyzer ] && source ./.clang-analyzer
 
 # Start the build / scan
 [ "$output" != "/tmp" ] && echo "Results (if any) can be found at 
${results_url}"

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to