emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dash 065f76b 005/439: Use ert.el to run on Emacs 23 as


From: Phillip Lord
Subject: [elpa] externals/dash 065f76b 005/439: Use ert.el to run on Emacs 23 as well.
Date: Tue, 04 Aug 2015 20:25:43 +0000

branch: externals/dash
commit 065f76b740243c87f498a19a6fd069c3d7c6400c
Author: Magnar Sveen <address@hidden>
Commit: Magnar Sveen <address@hidden>

    Use ert.el to run on Emacs 23 as well.
---
 run-tests.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/run-tests.sh b/run-tests.sh
index dcae853..32cda47 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -4,4 +4,4 @@ if [ -z "$EMACS" ] ; then
     EMACS="emacs"
 fi
 
-$EMACS -batch -l ert -l bang.el -l tests.el -f ert-run-tests-batch-and-exit
+$EMACS -batch -l ert.el -l bang.el -l tests.el -f ert-run-tests-batch-and-exit



reply via email to

[Prev in Thread] Current Thread [Next in Thread]