about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-04-19 01:57:31 +0000
committerEric Wong <e@80x24.org>2018-12-01 13:26:44 +0000
commitd8eef8efb14e5391a8bac91a6f99805e95c96918 (patch)
tree261293d9ba57ce0f0126ba60fc1fb88ab9e3600d
parent832c69bd1c8ce51a1f36e9fbcc7b34e5cadb0591 (diff)
downloadkcar-d8eef8efb14e5391a8bac91a6f99805e95c96918.tar.gz
-rw-r--r--pkg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg.mk b/pkg.mk
index 325b8eb..df8cfec 100644
--- a/pkg.mk
+++ b/pkg.mk
@@ -119,7 +119,7 @@ test: check
 check: test-unit
 test-unit: $(test_units)
 $(test_units): build
-        $(VALGRIND) $(RUBY) -I $(lib) $@ $(RUBY_TEST_OPTS)
+        $(VALGRIND) $(RUBY) -w -I $(lib) $@ $(RUBY_TEST_OPTS)
 
 # this requires GNU coreutils variants
 ifneq ($(RSYNC_DEST),)