emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests ef97bdd 203/316: (cedet-utest-ba


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests ef97bdd 203/316: (cedet-utest-batch): Disable saving EDE's cache file.
Date: Fri, 27 Jan 2017 20:03:40 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit ef97bdd8504df5c0bec9480d3d21591bf3ccbb0f
Author: Eric Ludlam <address@hidden>
Commit: Edward John Steere <address@hidden>

    (cedet-utest-batch): Disable saving EDE's cache file.
---
 test/manual/cedet/cedet-utests.el |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/manual/cedet/cedet-utests.el 
b/test/manual/cedet/cedet-utests.el
index 74d3a84..be7a44a 100644
--- a/test/manual/cedet/cedet-utests.el
+++ b/test/manual/cedet/cedet-utests.el
@@ -185,6 +185,9 @@ of just logging the error."
              ;; and will be forced to bootstrap a new one.
              (setq srecode-map-save-file nil)
 
+              ;; Disable saving EDE's cache file.
+              (setq ede-project-placeholder-cache-file nil)
+
              ;; Run the tests
              (cedet-utest t)
              )



reply via email to

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