From 2bd3f117d4fd574aa97795c2f2292f985c5e47f7 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 23 Mar 2017 11:36:20 -0400 Subject: [PATCH] Makefile: Do not silence check target command --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 762808e..8aa773e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,7 @@ modindex: $(nsindex) test: check check: - @PATH="$(PATH):$(CURDIR)/node_modules/mocha/bin" \ + PATH="$(PATH):$(CURDIR)/node_modules/mocha/bin" \ mocha @NODE_DESTRUCTURE@ \ --require $(path_test)/pre.js \ --recursive \