Skip to content

Commit 290314a

Browse files
hulkobajanl
authored andcommitted
chore(makefile): add possibility to run elixir-search per file
1 parent ad06d18 commit 290314a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ ifneq ($(_WITH_CLOUSEAU), )
284284
"$(_WITH_CLOUSEAU)" \
285285
"$(TEST_OPTS)" \
286286
--locald-config test/config/test-config.ini \
287-
--no-eval 'mix test --trace --include test/elixir/test/config/search.elixir'
287+
--no-eval 'mix test --trace --include test/elixir/test/config/search.elixir $(EXUNIT_OPTS)'
288288
else
289289
@echo "Warning: Clouseau is not enabled, \`elixir-search\` cannot be run."
290290
endif

0 commit comments

Comments
 (0)