summaryrefslogtreecommitdiff
path: root/test/infra/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/infra/Makefile.in')
-rw-r--r--test/infra/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/infra/Makefile.in b/test/infra/Makefile.in
index e4f99743e09..368be7392b2 100644
--- a/test/infra/Makefile.in
+++ b/test/infra/Makefile.in
@@ -84,7 +84,7 @@ define subdir_template
@echo ' - test/$(1)/*resources/**' >>$(FILE)
@echo ' variables:' >>$(FILE)
@echo ' target: emacs-inotify' >>$(FILE)
- @echo ' make_params: "-C test $(target)"' >>$(FILE)
+ @echo ' make_params: "-k -C test $(target)"' >>$(FILE)
endef
$(foreach subdir, $(SUBDIRS), $(eval $(call subdir_template,$(subdir))))