]> git.eshelyaron.com Git - emacs.git/commitdiff
Exclude emacs-module-tests.el on emba
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 1 Nov 2021 15:00:06 +0000 (16:00 +0100)
committerMichael 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

index a2b36b6af6fde320e182ecb93f90e5876cd9a9fa..001c7795725cd4591724929494516695543e5acf 100644 (file)
@@ -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.