]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark different-diagnostic-types as failed on emba.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 20 Apr 2019 19:16:05 +0000 (21:16 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 20 Apr 2019 19:16:05 +0000 (21:16 +0200)
* test/lisp/progmodes/flymake-tests.el (different-diagnostic-types):
Expect also failure on emba.gnu.org.

test/lisp/progmodes/flymake-tests.el

index 732193476dd05f1ff0075e3913a18a50ca598f24..c116862432ea6db4686f8fbf2c166ad1f66fa919 100644 (file)
@@ -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