You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ja...@apache.org on 2015/04/30 22:43:53 UTC

trafficserver git commit: Correct path for source

Repository: trafficserver
Updated Branches:
  refs/heads/master 51ea4aa9d -> 157dd5032


Correct path for source


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/157dd503
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/157dd503
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/157dd503

Branch: refs/heads/master
Commit: 157dd50324f88922265f24fe4570c517c5c5d884
Parents: 51ea4aa
Author: Thomas Jackson <ja...@apache.org>
Authored: Thu Apr 30 13:43:33 2015 -0700
Committer: Thomas Jackson <ja...@apache.org>
Committed: Thu Apr 30 13:43:33 2015 -0700

----------------------------------------------------------------------
 ci/jenkins/bin/tsqa.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/157dd503/ci/jenkins/bin/tsqa.sh
----------------------------------------------------------------------
diff --git a/ci/jenkins/bin/tsqa.sh b/ci/jenkins/bin/tsqa.sh
index ca7f895..5531d24 100755
--- a/ci/jenkins/bin/tsqa.sh
+++ b/ci/jenkins/bin/tsqa.sh
@@ -18,7 +18,7 @@
 
 # Run all the TSQA tests.
 TSQA_LAYOUT_DIR="${WORKSPACE}/${BUILD_NUMBER}"
-cd ci/tsqa || exit 2
+cd "${WORKSPACE}/src/ci/tsqa" || exit 2
 make test
 status=$?