From: Eric Ludlam Date: Sat, 6 Apr 2013 11:48:10 +0000 (-0400) Subject: Disable saving EDE's cache file. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=692209d2a2565fda7b0a21ddc18c5dc756ae3268;p=emacs.git Disable saving EDE's cache file. --- diff --git a/test/manual/cedet/cit-load.el b/test/manual/cedet/cit-load.el index 934133436f6..ee25131330c 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 @@ -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.