From 67529535431ea0c7368131683e7454266884e2fc Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Tue, 8 Aug 2017 14:34:35 -0700 Subject: [PATCH] =?UTF-8?q?fix=20browser=20test=20=F0=9F=98=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4f89d02..3ddd1360 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ test-all: "make test-browser" test: - @if [ "x$(BROWSER_NAME)" = "x" ]; then \ + @if [ "x$(BROWSER)" = "x" ]; then \ $(MAKE) test-node; \ else \ $(MAKE) test-browser; \