[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.
- [Emacs-diffs] branch scratch/merge-cedet-tests created (now 3cc63e2), Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 413871b 003/316: (cit-src-dir): New var., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests dacde10 013/316: Fix unit testing for several tests and do better error checking., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 3b92d1c 021/316: Fake lisp.h for project detection purposes., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests b6765ec 001/316: New test file., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests a020f37 004/316: (inhibit-splash-screen): Set this., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 322251e 005/316: Disable semanticdb-file saving. Disable srecode map saving., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 167edac 002/316: Test system load file., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 46053c1 010/316: Don't init semantic mode at this point, Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 692209d 011/316: Disable saving EDE's cache file.,
Edward John Steere <=
- [Emacs-diffs] scratch/merge-cedet-tests fb048d1 006/316: (semantic-c): Hack for Emacs 21 to get things running., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests c43f15e 015/316: Test project configuration file., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 026efb3 008/316: First changes to make them work., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 439ca10 007/316: Remove obsolete cvs-auto-updated 'X-RCS' line., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 1a9f3c4 009/316: Disable `ede-project-directories' checking during tests., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 39b4ea6 019/316: Test Makefile.am for subdir in project-am detector., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests 812f259 012/316: Add header comments and provide., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests d9b806d 016/316: New template file testing the PROJECT variable setting., Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests a2c77d6 022/316: Move tests in cedet/semantic, Edward John Steere, 2017/01/28
- [Emacs-diffs] scratch/merge-cedet-tests d15788e 025/316: (Lisp_LISP): Add cit-cpp, cit-el, cit-texi, cit-load, Edward John Steere, 2017/01/28