emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 1a9f3c4 009/316: Disable `ede-pr


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 1a9f3c4 009/316: Disable `ede-project-directories' checking during tests.
Date: Sat, 28 Jan 2017 09:09:42 +0000 (UTC)

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

    Disable `ede-project-directories' checking during tests.
---
 test/manual/cedet/cit-load.el |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/test/manual/cedet/cit-load.el b/test/manual/cedet/cit-load.el
index a92dcd5..ea79231 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 Eric M. Ludlam
+;; Copyright (C) 2008, 2009, 2012 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <address@hidden>
 
@@ -30,7 +30,7 @@
 
 (defvar cit-src-dir
   (let ((dir (file-name-directory
-             (or load-file-name (buffer-file-name)))))
+              (or load-file-name (buffer-file-name)))))
     (add-to-list 'load-path dir)
     dir)
   "Src dir to CIT testing suite.")
@@ -47,6 +47,9 @@
 ;; and will be forced to bootstrap a new one.
 (setq srecode-map-save-file nil)
 
+;; Disable asking lots of questions while the tests are running.
+(setq ede-project-directories t)
+
 (require 'cedet-integ-test)
 
 (provide 'cit-load)



reply via email to

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