projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c215fd
)
Exclude emacs-module-tests.el on emba
author
Michael Albinus
<michael.albinus@gmx.de>
Mon, 1 Nov 2021 15:00:06 +0000
(16:00 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 1 Nov 2021 15:00:06 +0000
(16:00 +0100)
* test/infra/gitlab-ci.yml (test-native-comp-speed0):
Exclude emacs-module-tests.el.
test/infra/gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/test/infra/gitlab-ci.yml
b/test/infra/gitlab-ci.yml
index a2b36b6af6fde320e182ecb93f90e5876cd9a9fa..001c7795725cd4591724929494516695543e5acf 100644
(file)
--- a/
test/infra/gitlab-ci.yml
+++ b/
test/infra/gitlab-ci.yml
@@
-302,7
+302,9
@@
test-native-comp-speed0:
extends: [.job-template, .test-template, .native-comp-template]
variables:
target: emacs-native-comp-speed0
- make_params: "-C test check SELECTOR='(not (tag :unstable))'"
+ make_params: >-
+ -C test check EXCLUDE_TESTS=%emacs-module-tests.el
+ SELECTOR='(not (tag :unstable))'
test-all-inotify:
# This tests also file monitor libraries inotify and inotifywatch.