We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463eac6 commit 25f1f55Copy full SHA for 25f1f55
Makefile
@@ -284,7 +284,7 @@ ifneq ($(_WITH_CLOUSEAU), )
284
"$(_WITH_CLOUSEAU)" \
285
"$(TEST_OPTS)" \
286
--locald-config test/config/test-config.ini \
287
- --no-eval 'mix test --trace --include test/elixir/test/config/search.elixir'
+ --no-eval 'mix test --trace --include test/elixir/test/config/search.elixir $(EXUNIT_OPTS)'
288
else
289
@echo "Warning: Clouseau is not enabled, \`elixir-search\` cannot be run."
290
endif
0 commit comments