branch: elpa/dracula-theme
commit a59f7730ee64a997b060b27a89dd44c28687a2b7
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>

    Allow the use of a custom emacs bin in start_emacs_test.sh
---
 start_emacs_test.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/start_emacs_test.sh b/start_emacs_test.sh
index 2e87fcd..013650c 100755
--- a/start_emacs_test.sh
+++ b/start_emacs_test.sh
@@ -17,4 +17,5 @@ for arg in $*; do
 done
 
 [ "$TERM_TEST" = 'yes' ] && export TERM=xterm-$COLOR
-emacs -Q --debug-init -l test-profile.el $ARGS
+[ -z "$EMACS" ] && EMACS=emacs
+$EMACS -Q --debug-init -l test-profile.el $ARGS

Reply via email to