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/05/01 01:30:26 UTC

trafficserver git commit: pass a layout dir with make test

Repository: trafficserver
Updated Branches:
  refs/heads/master 2e51a7273 -> 189c843f3


pass a layout dir with make test


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

Branch: refs/heads/master
Commit: 189c843f3bafe306a5d1869ab73286c036b27cf1
Parents: 2e51a72
Author: Thomas Jackson <ja...@apache.org>
Authored: Thu Apr 30 16:30:09 2015 -0700
Committer: Thomas Jackson <ja...@apache.org>
Committed: Thu Apr 30 16:30:09 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/189c843f/ci/jenkins/bin/tsqa.sh
----------------------------------------------------------------------
diff --git a/ci/jenkins/bin/tsqa.sh b/ci/jenkins/bin/tsqa.sh
index 5531d24..744bdb5 100755
--- a/ci/jenkins/bin/tsqa.sh
+++ b/ci/jenkins/bin/tsqa.sh
@@ -19,7 +19,7 @@
 # Run all the TSQA tests.
 TSQA_LAYOUT_DIR="${WORKSPACE}/${BUILD_NUMBER}"
 cd "${WORKSPACE}/src/ci/tsqa" || exit 2
-make test
+make test "TSQA_LAYOUT_DIR=${TSQA_LAYOUT_DIR}"
 status=$?
 
 # Exit with proper status