emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/bash-completion 0dcf43f91e 041/313: don't run integration


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion 0dcf43f91e 041/313: don't run integration tests by default
Date: Sat, 3 Dec 2022 10:59:14 -0500 (EST)

branch: elpa/bash-completion
commit 0dcf43f91ed7ab8a377c49f74422abd5ac114c0a
Author: Stephane Zermatten <szermatt@gmx.net>
Commit: Stephane Zermatten <szermatt@gmx.net>

    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

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