aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-17 11:55:49 +0100
committerLoïc Hoguin <[email protected]>2017-11-17 11:57:45 +0100
commitf73a474f2fcb09e423fdad611e7bd7dae7a7af19 (patch)
tree86619e12f590111a6aa3f962b33496b1f8c0c2d6
parent8654d90d60224d3c92f3a3905d1331f9e00d608a (diff)
downloaderlang.mk-f73a474f2fcb09e423fdad611e7bd7dae7a7af19.tar.gz
erlang.mk-f73a474f2fcb09e423fdad611e7bd7dae7a7af19.tar.bz2
erlang.mk-f73a474f2fcb09e423fdad611e7bd7dae7a7af19.zip
Don't try to load ci.erlang.mk when testing packages
[ci skip]
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index a7060ab..57890c5 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -126,7 +126,7 @@ $(eval $(foreach t,$(patsubst %.mk,%,$(patsubst plugin_%,%,$(wildcard plugin_*.m
# Packages.
PACKAGES = $(foreach pkg,$(sort $(wildcard ../index/*.mk)),$(notdir $(basename $(pkg))))
-EXCLUDE_FROM_CHECK = [hexer_mk, inaka_mk, rabbitmq_codegen]
+EXCLUDE_FROM_CHECK = ['ci.erlang.mk', hexer_mk, inaka_mk, rabbitmq_codegen]
packages: $(addprefix pkg-,$(PACKAGES))