You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2017/07/23 18:53:51 UTC

[trafficserver] branch master updated: Add integration tests to ci/regression script.

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

jpeach 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 9bdcb17  Add integration tests to ci/regression script.
9bdcb17 is described below

commit 9bdcb179386aea34f7f0f3398777ae0a4c6d72bf
Author: James Peach <jp...@apache.org>
AuthorDate: Sun Jul 23 11:44:38 2017 -0700

    Add integration tests to ci/regression script.
---
 ci/regression | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ci/regression b/ci/regression
index 14a6b8b..f8adfcf 100755
--- a/ci/regression
+++ b/ci/regression
@@ -105,7 +105,8 @@ build() {
 # Run extended (level 3) regressions.
 regress() {
   ( cd $OBJROOT && $MAKE check ) && \
-  $DSTROOT/bin/traffic_server -k -K -R 1
+  $DSTROOT/bin/traffic_server -k -K -R 1 && \
+  $SRCROOT/tests/autest.sh --ats-bin=$DSTROOT/bin
 }
 
 CC=${CC:-$(prog cc)}

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].