emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 20c1406: Change expected result of a flymake test o


From: Glenn Morris
Subject: [Emacs-diffs] master 20c1406: Change expected result of a flymake test on hydra
Date: Tue, 2 Jul 2019 19:46:42 -0400 (EDT)

branch: master
commit 20c1406cd04038c4b2d50c9eb0742e21c8e14984
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Change expected result of a flymake test on hydra
    
    * test/lisp/progmodes/flymake-tests.el (different-diagnostic-types):
    Test is now passing on hydra.nixos.org, since today.
---
 test/lisp/progmodes/flymake-tests.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/test/lisp/progmodes/flymake-tests.el 
b/test/lisp/progmodes/flymake-tests.el
index 77929d3..8616dc6 100644
--- a/test/lisp/progmodes/flymake-tests.el
+++ b/test/lisp/progmodes/flymake-tests.el
@@ -144,9 +144,7 @@ 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 (or (getenv "EMACS_HYDRA_CI") (getenv "EMACS_EMBA_CI"))
-                       :failed :passed)
+  :expected-result (if (getenv "EMACS_EMBA_CI") :failed :passed)
   (skip-unless (and (executable-find "gcc")
                     (version<=
                      "5" (string-trim



reply via email to

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