about summary refs log tree commit homepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-04-20 03:44:28 +0000
committerEric Wong <normalperson@yhbt.net>2012-04-20 03:44:28 +0000
commit7acb104061cb9456894fab61b927a82cb39b2d06 (patch)
tree568356e575094e25f7b8a3470d8a7bebc0449a9f /Makefile.am
parentcd49627f2827ef6a6d58adc26069d3a8bc5beca5 (diff)
downloadcmogstored-7acb104061cb9456894fab61b927a82cb39b2d06.tar.gz
"prove -w" isn't supported on some older systems which
we intend to support (e.g. CentOS 5.x).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4651445..bbc0cd8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -114,7 +114,7 @@ AM_RB_LOG_FLAGS = -I$(top_srcdir)
 RB_LOG_FLAGS = -w
 PERL_TESTS = test/mogilefs_integration.perl
 PERL_LOG_COMPILER = $(PROVE)
-PERL_LOG_FLAGS = -vw
+PERL_LOG_FLAGS = -v
 SLOWRB_LOG_COMPILER = RUBY="$(RUBY)"
 AM_SLOWRB_LOG_FLAGS = top_srcdir="$(top_srcdir)"
 include $(top_srcdir)/test/ruby.mk