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 2016/07/08 18:29:39 UTC

[trafficserver] branch master updated (2cf4270 -> 66d0ce8)

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

jpeach pushed a change to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git.

      from  2cf4270   Merge pull request #788 from jpeach/fix/4635
       new  8d6c0aa   Move header_rewrite_test into the automake tests.
       new  66d0ce8   Fix whitespace.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 STATUS                                        | 5 -----
 plugins/header_rewrite/Makefile.am            | 4 +++-
 plugins/header_rewrite/header_rewrite_test.cc | 2 +-
 3 files changed, 4 insertions(+), 7 deletions(-)

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

[trafficserver] 01/02: Move header_rewrite_test into the automake tests.

Posted by jp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit 8d6c0aad278d7138b8e1dee3f6955b906d932280
Author: James Peach <jp...@apache.org>
AuthorDate: Fri Jul 8 10:32:33 2016 -0700

    Move header_rewrite_test into the automake tests.
---
 plugins/header_rewrite/Makefile.am            | 4 +++-
 plugins/header_rewrite/header_rewrite_test.cc | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/plugins/header_rewrite/Makefile.am b/plugins/header_rewrite/Makefile.am
index b0a2f63..d8e730a 100644
--- a/plugins/header_rewrite/Makefile.am
+++ b/plugins/header_rewrite/Makefile.am
@@ -35,10 +35,12 @@ header_rewrite_la_SOURCES = \
 header_rewrite_la_LDFLAGS = $(TS_PLUGIN_LDFLAGS)
 header_rewrite_la_LIBADD = $(GEO_LIBS)
 
-bin_PROGRAMS = header_rewrite_test
+check_PROGRAMS = header_rewrite_test
 header_rewrite_test_SOURCES = parser.cc header_rewrite_test.cc
 header_rewrite_test_CXXFLAGS = $(AM_CXXFLAGS)
 
+TESTS = $(check_PROGRAMS)
+
 include $(top_srcdir)/build/tidy.mk
 
 tidy-local: $(DIST_SOURCES)
diff --git a/plugins/header_rewrite/header_rewrite_test.cc b/plugins/header_rewrite/header_rewrite_test.cc
index f2a8487..73a3c6a 100644
--- a/plugins/header_rewrite/header_rewrite_test.cc
+++ b/plugins/header_rewrite/header_rewrite_test.cc
@@ -48,7 +48,7 @@ TSDebug(const char *tag, const char *fmt, ...)
   va_list args;
   va_start(args, fmt);
   if ((bytes = vsnprintf(buf, sizeof(buf), fmt, args)) > 0) {
-    fprintf(stdout, "TSDebug: %s: %.*s", PLUGIN_NAME, bytes, buf);
+    fprintf(stdout, "TSDebug: %s: %.*s\n", PLUGIN_NAME, bytes, buf);
   }
   va_end(args);
 }

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

[trafficserver] 02/02: Fix whitespace.

Posted by jp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit 66d0ce8d1936f592eecc2bdaca9a7be4629717f2
Author: James Peach <jp...@apache.org>
AuthorDate: Fri Jul 8 11:27:20 2016 -0700

    Fix whitespace.
---
 STATUS | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/STATUS b/STATUS
index 7adf4ad..f967ee5 100644
--- a/STATUS
+++ b/STATUS
@@ -5,7 +5,6 @@ The current version of this file can be found at:
 
   * http://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=blob;f=STATUS;hb=master
 
-
 Release history:
 
     6.2.0           : Released sometime in the future
@@ -50,7 +49,6 @@ Release history:
     2.0.1           : Released on August 31, 2010
     2.0.0           : Released on April 28, 2010
 
-
 Contributors looking for a mission:
 
   * Just do an egrep on "TODO" or "XXX" in the source.
@@ -61,14 +59,12 @@ Contributors looking for a mission:
 
   * Open bugs in the bug database.
 
-
 UPCOMING WORK:
 
 A list of all bugs open for the next release can be found at
 
   http://s.apache.org/ats-next
 
-
 RELEASE PROCESS
 
 The Traffic Server release process and support cycles are documented at
@@ -79,7 +75,6 @@ and
 
     https://cwiki.apache.org/confluence/display/TS/New+Release+Processes
 
-
 Current status of all build systems is available at
 
     http://ci.trafficserver.apache.org/

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