summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2019-04-20 21:16:05 +0200
committerMichael Albinus <michael.albinus@gmx.de>2019-04-20 21:16:05 +0200
commit6d1025f944128391a27b388d4cb34d187a0a26b9 (patch)
tree8646f04dfdf019d49ef545eca258ef7d5feb0f34 /test
parentb3a12c62c9085171866256f00dada4326a4a3084 (diff)
downloademacs-6d1025f944128391a27b388d4cb34d187a0a26b9.tar.gz
Mark different-diagnostic-types as failed on emba.
* test/lisp/progmodes/flymake-tests.el (different-diagnostic-types): Expect also failure on emba.gnu.org.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/progmodes/flymake-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/progmodes/flymake-tests.el b/test/lisp/progmodes/flymake-tests.el
index 732193476dd..c116862432e 100644
--- a/test/lisp/progmodes/flymake-tests.el
+++ b/test/lisp/progmodes/flymake-tests.el
@@ -143,7 +143,8 @@ SEVERITY-PREDICATE is used to setup
(ert-deftest different-diagnostic-types ()
"Test GCC warning via function predicate."
;; http://lists.gnu.org/archive/html/emacs-devel/2019-03/msg01043.html
- :expected-result (if (getenv "EMACS_HYDRA_CI") :failed :passed)
+ :expected-result (if (or (getenv "EMACS_HYDRA_CI") (getenv "EMACS_EMBA_CI"))
+ :failed :passed)
(skip-unless (and (executable-find "gcc")
(version<=
"5" (string-trim