branch: elpa/emacsql commit a02dc57cb4e686038f887407176d99477a93e2ba Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
test: Use ert-run-tests-batch-and-exit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51f882b06f..e1daee410b 100644 --- a/Makefile +++ b/Makefile @@ -87,4 +87,4 @@ $(PKG)-autoloads.el: $(ELS) test: all $(TEST_ELCS) @$(EMACS) -Q --batch $(EMACS_ARGS) $(LOAD_PATH) \ - -L tests -l tests/emacsql-tests.elc -f ert-run-tests-batch + -L tests -l tests/emacsql-tests.elc -f ert-run-tests-batch-and-exit