branch: externals/compat
commit 3d436c9e81bbdae367ea7d2cb78de24df0ea7652
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Quiet tests
---
compat-tests.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/compat-tests.el b/compat-tests.el
index 38cf21c49a..b5deed0cbc 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -30,9 +30,10 @@
;;; Code:
(require 'ert)
-
(require 'compat-macs)
+(setq ert-quiet t)
+
(defun compat--generate-testable (name def-fn install-fn check-fn attr type)
"Generate a more verbose compatibility definition, fit for testing.
See `compat-generate-function' for details on the arguments NAME,