emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master aa90de7: Exclude emacs-module-tests.el on emba


From: Michael Albinus
Subject: master aa90de7: Exclude emacs-module-tests.el on emba
Date: Mon, 1 Nov 2021 11:00:16 -0400 (EDT)

branch: master
commit aa90de71a2d3344884a2622ceef00507bcdf28d2
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Exclude emacs-module-tests.el on emba
    
    * test/infra/gitlab-ci.yml (test-native-comp-speed0):
    Exclude emacs-module-tests.el.
---
 test/infra/gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index a2b36b6..001c779 100644
--- 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]