emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 692209d 011/316: Disable saving


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 692209d 011/316: Disable saving EDE's cache file.
Date: Sat, 28 Jan 2017 09:09:42 +0000 (UTC)

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

    Disable saving EDE's cache file.
---
 test/manual/cedet/cit-load.el |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/test/manual/cedet/cit-load.el b/test/manual/cedet/cit-load.el
index 9341334..ee25131 100644
--- a/test/manual/cedet/cit-load.el
+++ b/test/manual/cedet/cit-load.el
@@ -1,6 +1,6 @@
 ;;; cit-load.el --- Configuration when running the integration tests.
 
-;; Copyright (C) 2008, 2009, 2012 Eric M. Ludlam
+;; Copyright (C) 2008, 2009, 2012, 2013 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <address@hidden>
 
@@ -37,6 +37,9 @@
 
 (setq inhibit-splash-screen t)
 
+;; Disable saving EDE's cache file.
+(setq ede-project-placeholder-cache-file nil)
+
 ;; Disables all caches related to semantic DB so all
 ;; tests run as if we have bootstrapped CEDET for the
 ;; first time.



reply via email to

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