diff options
| author | Glenn Morris | 2019-07-02 16:46:25 -0700 |
|---|---|---|
| committer | Glenn Morris | 2019-07-02 16:46:25 -0700 |
| commit | 20c1406cd04038c4b2d50c9eb0742e21c8e14984 (patch) | |
| tree | 537293e84f360679842ae99ce71212ba4528a24b | |
| parent | 9836030ddaa72c4c594bb64741ecfee6d0d2bcff (diff) | |
| download | emacs-20c1406cd04038c4b2d50c9eb0742e21c8e14984.tar.gz emacs-20c1406cd04038c4b2d50c9eb0742e21c8e14984.zip | |
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.
| -rw-r--r-- | test/lisp/progmodes/flymake-tests.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/lisp/progmodes/flymake-tests.el b/test/lisp/progmodes/flymake-tests.el index 77929d395f5..8616dc6c02b 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 | |||
| 144 | 144 | ||
| 145 | (ert-deftest different-diagnostic-types () | 145 | (ert-deftest different-diagnostic-types () |
| 146 | "Test GCC warning via function predicate." | 146 | "Test GCC warning via function predicate." |
| 147 | ;; http://lists.gnu.org/archive/html/emacs-devel/2019-03/msg01043.html | 147 | :expected-result (if (getenv "EMACS_EMBA_CI") :failed :passed) |
| 148 | :expected-result (if (or (getenv "EMACS_HYDRA_CI") (getenv "EMACS_EMBA_CI")) | ||
| 149 | :failed :passed) | ||
| 150 | (skip-unless (and (executable-find "gcc") | 148 | (skip-unless (and (executable-find "gcc") |
| 151 | (version<= | 149 | (version<= |
| 152 | "5" (string-trim | 150 | "5" (string-trim |