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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user