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 2013/01/31 05:31:57 UTC

[1/2] git commit: Enable debug in the regression test script

Enable debug in the regression test script


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

Branch: refs/heads/master
Commit: c46ac44b00e9e2ea84d200471ee4d93a8bf336f7
Parents: 0514ba2
Author: James Peach <jp...@apache.org>
Authored: Wed Jan 30 20:28:01 2013 -0800
Committer: James Peach <jp...@apache.org>
Committed: Wed Jan 30 20:28:01 2013 -0800

----------------------------------------------------------------------
 ci/regression |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c46ac44b/ci/regression
----------------------------------------------------------------------
diff --git a/ci/regression b/ci/regression
index 5fe793c..35439a4 100755
--- a/ci/regression
+++ b/ci/regression
@@ -75,6 +75,7 @@ configure() {
     cd $OBJROOT
     $SRCROOT/configure \
       --prefix=$DSTROOT \
+      --enable-debug \
       --enable-wccp \
       --enable-experimental-plugins \
       CC=$CC \