branch: elpa/bash-completion
commit 0dcf43f91ed7ab8a377c49f74422abd5ac114c0a
Author: Stephane Zermatten <[email protected]>
Commit: Stephane Zermatten <[email protected]>

    don't run integration tests by default
---
 bash-completion_test.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/bash-completion_test.el b/bash-completion_test.el
index 11a8de0161..fa869c55a3 100644
--- a/bash-completion_test.el
+++ b/bash-completion_test.el
@@ -18,8 +18,11 @@
   (require 'sz-testutils)
   (require 'cl)
 
-  (defvar bash-completion-run-integration-tests t
-    "Run integration tests. Set to nil to disable them.")
+  (defvar bash-completion-run-integration-tests nil
+    "Run integration tests. Integration start subprocess (bash
+shells) and as a result are too slow to be run in many
+cases. That's why they need to be enabled manually.")
+
   ;; This code will not appear in the compiled (.elc) file
 
   ;; ---------- unit tests

Reply via email to