From 4fde1a37d2864bca4e15f5864c88db211ad1a75e Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 19 Jul 2017 11:02:07 +0200 Subject: [PATCH] fix --- run-tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index 6c5b43f..c7a3f0a 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -13,4 +13,5 @@ if [ -n "$TRAVIS" ]; then fi cask emacs --batch -Q -l package-lint.el -f package-lint-batch-and-exit autoscratch-mode.el -cask exec ert-runner -L . -L test "$@" +cask exec ert-runner -L . -L test -l autoscratch-mode-tests.el -f ert-run-tests-batch-and-exit "$@" +