From: Eric Ludlam Date: Sat, 6 Apr 2013 11:47:48 +0000 (-0400) Subject: (cedet-utest-batch): Disable saving EDE's cache file. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef97bdd8504df5c0bec9480d3d21591bf3ccbb0f;p=emacs.git (cedet-utest-batch): Disable saving EDE's cache file. --- diff --git a/test/manual/cedet/cedet-utests.el b/test/manual/cedet/cedet-utests.el index 74d3a846b85..be7a44a2095 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) )