branch: elpa/flymake-pyrefly commit fb50543eba5149006623be1ed23017b71177325d Author: Boris Shminke <bo...@shminke.com> Commit: Boris Shminke <bo...@shminke.com>
run tests --- .gitignore | 2 ++ run-tests.sh | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index adef969d3d..319b805436 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ dist/ # Undo-tree save-files *.~undo-tree + +*.xml diff --git a/run-tests.sh b/run-tests.sh new file mode 100755 index 0000000000..ca0727a498 --- /dev/null +++ b/run-tests.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +export EMACS_TEST_JUNIT_REPORT=1 +emacs --batch -L . -L tests -l test-flymake-pyrefly \ + -f ert-run-tests-batch-and-exit