You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2018/03/21 16:07:01 UTC

[trafficserver] branch master updated: CI: Fix clang-analyzer.sh typo.

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

amc 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 9bb83d5  CI: Fix clang-analyzer.sh typo.
9bb83d5 is described below

commit 9bb83d5d1f670f081cfa027f4c3c8c1043494f29
Author: Alan M. Carroll <am...@apache.org>
AuthorDate: Wed Mar 21 09:38:46 2018 -0500

    CI: Fix clang-analyzer.sh typo.
---
 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 b99ab7c..de9d5f8 100755
--- a/ci/jenkins/bin/clang-analyzer.sh
+++ b/ci/jenkins/bin/clang-analyzer.sh
@@ -56,7 +56,7 @@ if [ "${JOB_NAME#*-github}" != "${JOB_NAME}" ]; then
     ATS_BRANCH="github"
     if [ -w "${OUTPUT_BASE}/${ATS_BRANCH}" ]; then
 	output="${OUTPUT_BASE}/${ATS_BRANCH}/${ghprbPullId}"
-	[ ! -d "${output}}"] && mkdir "${output}"
+	[ ! -d "${output}"] && mkdir "${output}"
     fi
     github_pr=" PR #${ghprbPullId}"
     results_url="https://ci.trafficserver.apache.org/files/clang-analyzer/${ATS_BRANCH}/${ghprbPullId}/"

-- 
To stop receiving notification emails like this one, please contact
amc@apache.org.