From 615229fc317a956ce5887e3f2064adb0f9d430d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Tue, 26 Sep 2017 17:32:50 +0200 Subject: [PATCH] Remove comment --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index b9da32ce..f523adda 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,6 @@ config.status--test: config/environments/test.js: config.status--test ./config.status--test -# FIXME: remove -not -path filer -not -path "*ported*" -not -path "*overviews_queries*" TEST_SUITE := $(shell find test/{acceptance,integration,unit} -name "*.js") TEST_SUITE_UNIT := $(shell find test/unit -name "*.js") TEST_SUITE_INTEGRATION := $(shell find test/integration -name "*.js")