1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-09 15:50:21 +00:00

Exclude emacs-module-tests.el on emba

* test/infra/gitlab-ci.yml (test-native-comp-speed0):
Exclude emacs-module-tests.el.
This commit is contained in:
Michael Albinus 2021-11-01 16:00:06 +01:00
parent 8c215fd4c9
commit aa90de71a2

View File

@ -302,7 +302,9 @@ test-native-comp-speed0:
extends: [.job-template, .test-template, .native-comp-template] extends: [.job-template, .test-template, .native-comp-template]
variables: variables:
target: emacs-native-comp-speed0 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: test-all-inotify:
# This tests also file monitor libraries inotify and inotifywatch. # This tests also file monitor libraries inotify and inotifywatch.