From: Michael Albinus Date: Mon, 4 Oct 2021 11:19:38 +0000 (+0200) Subject: * test/infra/gitlab-ci.yml (test-native-comp-speed0): Fix thinko. X-Git-Tag: emacs-29.0.90~3671^2~673 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=909f2a4b926ccc1b86d60341e44ca83c4d24fa0f;p=emacs.git * test/infra/gitlab-ci.yml (test-native-comp-speed0): Fix thinko. --- 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.