From 04b664092b02e021a6b43f1869fe0ed2efc12dd8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 19 Oct 2013 23:57:22 +0000 Subject: tests: disable $-w on 1.9.3 to quiet down warnings openssl warns about an unused variable --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 36fd8a4..97f68d5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -12,11 +12,11 @@ all:: test test_units := $(wildcard test/test_*.rb) test: $(test_units) $(test_units): - $(RUBY) -w -I $(lib) $@ -v + $(RUBY) -I $(lib) $@ -v test-mt: export N = $(shell nproc 2>/dev/null || echo 4) test-mt: - $(RUBY) -w -I $(lib) $(addprefix -r./,$(test_units)) -eTime.now -- + $(RUBY) -I $(lib) $(addprefix -r./,$(test_units)) -eTime.now -- check-warnings: @(for i in $$(git ls-files '*.rb'| grep -v '^setup\.rb$$'); \ -- cgit v1.2.3-24-ge0c7