From 909f2a4b926ccc1b86d60341e44ca83c4d24fa0f Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 4 Oct 2021 13:19:38 +0200 Subject: [PATCH] * test/infra/gitlab-ci.yml (test-native-comp-speed0): Fix thinko. --- test/infra/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 5be59b8dcc6..8c4cf3f2ca9 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -295,7 +295,7 @@ test-native-comp-speed0: extends: [.job-template, .test-template, .native-comp-template] variables: target: emacs-native-comp-speed0 - make_params: "-C test native-comp.log" + make_params: "-C test comp-tests.log" test-all-inotify: # This tests also file monitor libraries inotify and inotifywatch. -- 2.39.5