Updated Branches: refs/heads/master 12c697a44 -> 77fecd56d
TS-2046 Comment out Perl test for now, since it requires Test::More Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/77fecd56 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/77fecd56 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/77fecd56 Branch: refs/heads/master Commit: 77fecd56d03aa9a8721c3427b9a133bd03d862e9 Parents: 12c697a Author: Leif Hedstrom <[email protected]> Authored: Sat Jul 20 10:29:56 2013 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Sat Jul 20 10:29:59 2013 -0600 ---------------------------------------------------------------------- lib/perl/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/77fecd56/lib/perl/Makefile.am ---------------------------------------------------------------------- diff --git a/lib/perl/Makefile.am b/lib/perl/Makefile.am index 97c4eec..e2898e0 100644 --- a/lib/perl/Makefile.am +++ b/lib/perl/Makefile.am @@ -23,7 +23,7 @@ Makefile-pl: $(srcdir)/Makefile.PL install-exec-local: Makefile-pl $(MAKE) -f Makefile-pl INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix) DESTDIR=$(DESTDIR) install -test: check +#test: check -check-local: Makefile-pl - $(MAKE) -f Makefile-pl INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix) DESTDIR=$(DESTDIR) test +#check-local: Makefile-pl +# $(MAKE) -f Makefile-pl INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix) DESTDIR=$(DESTDIR) test
