]> git.eshelyaron.com Git - emacs.git/commitdiff
(cedet-utest-batch): Disable saving EDE's cache file.
authorEric Ludlam <zappo@gnu.org>
Sat, 6 Apr 2013 11:47:48 +0000 (07:47 -0400)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 17:21:50 +0000 (19:21 +0200)
test/manual/cedet/cedet-utests.el

index 74d3a846b85db40114c2dfe945df7b939c870ed7..be7a44a2095a6921d14d2b230d2b45f7e33915ec 100644 (file)
@@ -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)
              )