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

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

[elpa] 151/287: Try to make this a batch test.


From: Matthew Fidler
Subject: [elpa] 151/287: Try to make this a batch test.
Date: Wed, 02 Jul 2014 14:45:30 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit 708d8f4a50aefba27d553125df2af98127fafa05
Author: Matthew L. Fidler <address@hidden>
Date:   Wed Jun 18 13:55:31 2014 -0500

    Try to make this a batch test.
---
 ergoemacs-test.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ergoemacs-test.el b/ergoemacs-test.el
index e1ad075..342f596 100644
--- a/ergoemacs-test.el
+++ b/ergoemacs-test.el
@@ -208,7 +208,7 @@ sunt in culpa qui officia deserunt mollit anim id est 
laborum.")
     (message
      "%s"
      (shell-command-to-string
-      (format "%s -nw -Q -l %s" emacs-exe temp-file)))
+      (format "%s --batch -Q -l %s" emacs-exe temp-file)))
     (delete-file temp-file)
     (when (file-exists-p w-file)
       (setq ret 't)
@@ -390,7 +390,7 @@ Hyper Key mapping no longer works."
         (insert "(kill-emacs)")))
     (message "%s"
              (shell-command-to-string
-              (format "%s -Q -l %s" emacs-exe temp-file)))
+              (format "%s --batch -Q -l %s" emacs-exe temp-file)))
     (delete-file temp-file)
     (should (file-exists-p w-file))
     (when (file-exists-p w-file)



reply via email to

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