aboutsummaryrefslogtreecommitdiffstats
path: root/test/infra (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ; * test/infra/Dockerfile.emba: Fix warning about casing not matching.Juri Linkov2025-08-141-10/+10
|
* Rework filenotify-tests.elMichael Albinus2025-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/filenotify.el (file-notify--rm-descriptor): Use `insert-special-event'. * lisp/net/tramp-sh.el (tramp-bundle-read-file-names): Fix docstring. (tramp-sh-gio-monitor-process-filter): Extend error strings. * test/infra/Dockerfile.emba (emacs-base): Install python3. * test/lisp/filenotify-tests.el (auto-revert-buffer-list): Declare. (file-notify--test-rootdir): New defvar. Replace all uses of `temporary-file-directory' by it. (file-notify--test-cleanup): Set `auto-revert-buffer-list' to nil. (file-notify--test-monitor): Check also for `process-live-p'. Skip test, if the monitor cannot be determined. (file-notify--deftest-remote): Do not call `tramp-cleanup-connection', this is done in `file-notify--test-cleanup' already. (with-file-notify-test): New defmacro. Use it in (almost) all tests. (file-notify--test-make-temp-name): Do not create `file-notify--test-tmpdir'. (file-notify--test-event-handler): Use `directory-file-name '. (auto-revert-debug): Set it to nil. (file-notify-test<nn>-*): Rewrite, using `with-file-notify-test' and `ert-with-temp-file'. * test/lisp/net/tramp-tests.el (tramp-test46-file-notifications): Tag it :unstable.
* Adapt filenotify-tests.el for EmbaMichael Albinus2025-07-061-1/+1
| | | | | | | | | | | | | | | | | | * test/infra/gitlab-ci.yml (.filenotify-gio-template): Enable also for scheduled jobs. * test/lisp/filenotify-tests.el (file-notify--test-cleanup): Fix docstring. (file-notify--deftest-remote): Use `file-notify--test-cleanup'. (file-notify-test03-events, file-notify-test05-file-validity) (file-notify-test06-dir-validity) (file-notify-test07-many-events) (file-notify-test09-watched-file-in-watched-dir): Adapt tests. (file-notify-test03-events-remote) (file-notify-test04-autorevert-remote) (file-notify-test07-many-events-remote) (file-notify-test09-watched-file-in-watched-dir-remote): Do not tag as :unstable.
* * test/infra/gitlab-ci.yml (test-eglot): Fix EMACS_EXTRAOPT.Michael Albinus2025-06-211-2/+1
|
* Improve eglot tests on embaMichael Albinus2025-06-202-8/+8
| | | | | | | | * test/infra/gitlab-ci.yml (test-eglot): Use packages company and yasnippet. * test/lisp/progmodes/eglot-tests.el (eglot--call-with-timeout): Skip on emba in case of timeout. (Bug#78730)
* Eliminate redundant variable treesit-admin--builtin-language-sourcesPeter Oliver2025-06-191-9/+3
| | | | | | | | | | | | | | | | | | | | | | | | Nowadays, each mode populates treesit-language-source-alist when the mode is required; we do not need to duplicate the information. * admin/tree-sitter/treesit-admin.el (treesit-admin--builtin-language-sources) (treesit-admin-verify-major-mode-queries) (treesit-admin--generate-compatibility-report): Eliminate variable treesit-admin--builtin-language-sources. (treesit-admin--generate-compatibility-report): bash-ts-mode is “clever” and switches back to sh-mode if it thinks the current buffer does not contain a Bash script (bug#78747). (treesit-admin--builtin-modes): Add missing modes. (treesit-admin--builtin-features): New variable, telling us which features to require to populate treesit-language-source-alist. (treesit-admin--populated-treesit-language-source-alist): New function, to add everything we know to treesit-language-source-alist. (treesit-admin--unversioned-treesit-language-source-alist): Return a copy of treesit-language-source-alist with the version requirements removed. * test/infra/Dockerfile.emba: Make use of treesit-admin--populated-treesit-language-source-alist (bug#78748).
* More language server on embaMichael Albinus2025-06-081-1/+4
| | | | | * test/infra/Dockerfile.emba (emacs-eglot): Install also typescript-language-server and vscode-json-languageserver.
* Improve emba integrationMichael Albinus2025-06-082-13/+18
| | | | | | | | | | | * admin/notes/emba: Mention generated compatibility-report.html. * test/infra/Dockerfile.emba (emacs-base): Install man-db. (emacs-inotify): Don't install clangd. (emacs-eglot): Derive from debian:trixie. Install rust-analyzer. * test/infra/gitlab-ci.yml (.job-template): Make actions in after_script more robust.
* * test/infra/gitlab-ci.yml (.job-template): Fix config.log name.Michael Albinus2025-05-271-1/+1
|
* ; Fix last changeMichael Albinus2025-05-251-2/+1
|
* Adapt Emba filesMichael Albinus2025-05-253-30/+43
| | | | | | | * test/infra/Dockerfile.emba: * test/infra/gitlab-ci.yml: Add me as maintainer. Format. * test/infra/Makefile.in (tree-sitter-files): Format.
* * test/infra/Dockerfile.emba (emacs-tree-sitter): Cosmetic change.Michael Albinus2025-05-231-5/+14
|
* ; Fix last changeMichael Albinus2025-05-191-11/+4
|
* Generate tree-sitter compatibility report on embaMichael Albinus2025-05-182-3/+17
| | | | | | | | * test/infra/Dockerfile.emba (emacs-tree-sitter): Generate compatibility report. * test/infra/gitlab-ci.yml (.job-template): Modify artifacts preparation. (build-tree-sitter): Add artifact.
* Improve handling of tests in *-tests subdirsMichael Albinus2025-05-122-63/+12
| | | | | | | | | | * test/Makefile.in (subdir_template): Add rules for *-tests subdirs. * test/infra/Makefile.in: Remove special handling of eieio, faceup and so-long. Add recipes for *-tests subdirs. Filter out rules for *-tests subdirs. * test/infra/test-jobs.yml: Regenerate.
* Avoid duplication in defining tree-sitter grammar sources.Juri Linkov2025-05-041-3/+3
| | | | | | | | | | | | | | | | | * lisp/progmodes/php-ts-mode.el: Require 'html-ts-mode'. (php-ts-mode--language-source-alist): Remove duplicate source info for html, css, javascript, jsdoc. (php-ts-mode-install-parsers): Install pre-defined grammars. (php-ts-mode): Move 'require' to the top. * lisp/textmodes/mhtml-ts-mode.el (mhtml-ts-mode--language-source-alist): Remove variable since 'treesit-language-source-alist' is pre-filled by requiring 'html-ts-mode', 'css-mode', 'js'. (mhtml-ts-mode-install-parsers): Install pre-defined grammars. * test/infra/Dockerfile.emba: Remove 'mhtml-ts-mode' that doesn't define own grammars.
* Avoid adding duplicate items to 'treesit-language-source-alist'.Juri Linkov2025-05-011-4/+4
| | | | | | | | | | | | | | * lisp/textmodes/mhtml-ts-mode.el: * lisp/progmodes/php-ts-mode.el: Use 'add-to-list' on items in language-source-alist that should check for duplicate items. * test/infra/Dockerfile.emba: Move multi-language mhtml-ts-mode and php-ts-mode to the end to give their dependent grammars a lower priority. * test/lisp/progmodes/js-tests.el (js-ts-mode-test-indentation): Skip the test when 'jsdoc' is missing since 'js-ts-mode' depends on the 'jsdoc' grammar.
* ; Fix last changeMichael Albinus2025-05-011-19/+19
|
* Improve treesitter tests on embaMichael Albinus2025-05-012-11/+32
| | | | | | | | | * test/infra/Dockerfile.emba (emacs-tree-sitter): Print language versions. * test/infra/gitlab-ci.yml (.job-template): Pass ${http_proxy}, ${https_proxy} and ${no_proxy} to the docker call. (.tree-sitter-template): Add some dependencies.
* * test/infra/Dockerfile.emba: Avoid duplication of tree-sitter data.Juri Linkov2025-04-301-33/+9
| | | | | Require ts-mode files in order to add their tree-sitter grammar sources to 'treesit-language-source-alist'.
* ; * test/infra/Dockerfile.emba: Add cmake/markdown/php/phpdoc/toml/yaml.Juri Linkov2025-04-201-1/+8
|
* Lock tree-sitter language grammars to verified versions.Juri Linkov2025-04-181-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * admin/notes/tree-sitter/build-module/build.sh: Update org for toml/yaml. * admin/tree-sitter/treesit-admin.el (treesit-admin--builtin-language-sources): Add verified versions. * lisp/progmodes/c-ts-mode.el: Append language source to treesit-language-source-alist. (c-ts-mode, c++-ts-mode): Use treesit-ensure-installed. * lisp/progmodes/cmake-ts-mode.el: Append language source to treesit-language-source-alist. (cmake-ts-mode): Use treesit-ensure-installed. * lisp/progmodes/csharp-mode.el: Append language source to treesit-language-source-alist. (csharp-ts-mode): Use treesit-ensure-installed. * lisp/progmodes/dockerfile-ts-mode.el: Append language source to treesit-language-source-alist. (dockerfile-ts-mode): Use treesit-ensure-installed. * lisp/progmodes/elixir-ts-mode.el: Append language source to treesit-language-source-alist. (elixir-ts-mode): Use treesit-ensure-installed. * lisp/progmodes/go-ts-mode.el: Append language source to treesit-language-source-alist. (go-ts-mode, go-mod-ts-mode, go-work-ts-mode): Use treesit-ensure-installed. * lisp/progmodes/heex-ts-mode.el: Append language source to treesit-language-source-alist. (heex-ts-mode): Use treesit-ensure-installed. * lisp/progmodes/java-ts-mode.el: Append language source to treesit-language-source-alist. (java-ts-mode): Use treesit-ensure-installed. * lisp/progmodes/js.el: Append language source to treesit-language-source-alist. (js-ts-mode): Use treesit-ensure-installed. * lisp/progmodes/json-ts-mode.el: Append language source to treesit-language-source-alist. (json-ts-mode): Use treesit-ensure-installed. * lisp/progmodes/lua-ts-mode.el: Append language source to treesit-language-source-alist. (lua-ts-mode): Use treesit-ensure-installed. * lisp/progmodes/php-ts-mode.el (php-ts-mode--language-source-alist): Update versions from comments in ts-modes. Append to treesit-language-source-alist. (php-ts-mode-install-parsers): Use treesit-language-source-alist directly. (php-ts-mode): Use treesit-ensure-installed. * lisp/progmodes/ruby-ts-mode.el: Append language source to treesit-language-source-alist. (ruby-ts-mode): Use treesit-ensure-installed. * lisp/progmodes/rust-ts-mode.el: Append language source to treesit-language-source-alist. (rust-ts-mode): Use treesit-ensure-installed. * lisp/progmodes/sh-script.el: Append language source to treesit-language-source-alist. (bash-ts-mode): Use treesit-ensure-installed. * lisp/progmodes/typescript-ts-mode.el: Append language source to treesit-language-source-alist. (typescript-ts-mode, tsx-ts-mode): Use treesit-ensure-installed. * lisp/textmodes/css-mode.el: Append language source to treesit-language-source-alist. (css-ts-mode): Use treesit-ensure-installed. * lisp/textmodes/html-ts-mode.el: Append language source to treesit-language-source-alist. (html-ts-mode): Use treesit-ensure-installed. * lisp/textmodes/markdown-ts-mode.el: Append language source to treesit-language-source-alist. (markdown-ts-mode): Use treesit-ensure-installed. * lisp/textmodes/mhtml-ts-mode.el (mhtml-ts-mode--language-source-alist): Append to treesit-language-source-alist. (mhtml-ts-mode-install-parsers): Use treesit-language-source-alist directly. (mhtml-ts-mode): Use treesit-ensure-installed. * lisp/textmodes/toml-ts-mode.el: Append language source to treesit-language-source-alist. (toml-ts-mode): Use treesit-ensure-installed. * lisp/textmodes/yaml-ts-mode.el: Append language source to treesit-language-source-alist. (yaml-ts-mode): Use treesit-ensure-installed. * test/infra/Dockerfile.emba: Add verified versions to treesit-language-source-alist.
* Fix tree-sitter tests on EmbaMichael Albinus2025-04-151-22/+27
| | | | | * test/infra/Dockerfile.emba: Use tree-sitter-rust v0.23.3 in order to match ABI version of libtree-sitter0.
* ; * test/infra/android/test-controller.el (ats-eval): Correct punctuation.Po Lu2025-04-101-1/+1
|
* * test/infra/Dockerfile.emba (emacs-tree-sitter): Add gowork grammar.Michael Albinus2025-03-251-0/+1
|
* ; New `bisect' argument to `ats-execute-tests-batch'Po Lu2025-03-161-7/+33
| | | | | * test/infra/android/test-controller.el (ats-execute-tests-batch): New argument `bisect'.
* ; * test/infra/android/test-controller.el: minor regexp snagsMattias Engdegård2025-03-031-2/+2
|
* ; Add missing lexical-binding cookiesStefan Kangas2025-03-021-1/+1
|
* ; Adapt more tests for AndroidPo Lu2025-03-021-4/+8
| | | | | | | | | | | * test/infra/android/test-controller.el (ats-eval): Document new values of ats-eval. (ats-run-test): Report conditions where tests induce Emacs to exit. * test/lisp/erc/resources/erc-tests-common.el (erc-tests-common-kill-buffers): Bind kill-buffer-query-functions to nil.
* Specifically report attempts to exit Emacs during test executionPo Lu2025-03-021-7/+48
| | | | | | | | | | | * test/infra/android/test-driver.el (ats-in-eval): Fix typo in doc string. (ats-eval-as-printed, ats-eval-serial, ats-eval-do-decode): Render buffer-local. (ats-executing-form): New variable. (ats-process-filter): Bind the same around `eval'. (ats-kill-emacs-function): New function; register it to execute when Emacs exits.
* Don't byte compile early-init.elPo Lu2025-03-021-4/+6
| | | | | * test/infra/android/early-init.el (frame-initialize): Remove redundant debugging printouts.
* ; * test/infra/android/test-driver.el: Don't byte-compile.Po Lu2025-03-021-3/+3
|
* ; Silence byte-compiler in Android testsStefan Kangas2025-03-022-2/+3
|
* Run Android tests in the initial framePo Lu2025-03-022-52/+204
| | | | | | | | | | | | | | * test/infra/android/early-init.el: New file. * test/infra/android/test-controller.el (ats-connect): Upload `early-init.el' to the staging directory and configure that directory as the Emacs instance's initialization directory. (ats-run-test): Always append to the test buffer. Execute tests within terminal-frame. (ats-run-all-tests): Gracefully respond to errors. (ats-cmd-error): New function. (ats-execute-tests-batch): Accept a number of command line arguments.
* ; * test/infra/android/test-controller.el: Fix typos.Po Lu2025-02-261-4/+4
|
* ; New function for executing Android tests in batch modePo Lu2025-02-261-0/+67
| | | | | * test/infra/android/test-controller.el (ats-execute-tests-batch): New function.
* Port Eshell tests to AndroidPo Lu2025-02-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * test/infra/android/test-controller.el (ats-run-test): Run tests in a temp buffer. * test/lisp/eshell/em-alias-tests.el (ert, em-alias) (eshell-tests-helpers): * test/lisp/eshell/em-basic-tests.el (em-basic) (eshell-tests-helpers): * test/lisp/eshell/em-cmpl-tests.el (em-unix) (eshell-tests-helpers): * test/lisp/eshell/em-dirs-tests.el (em-dirs) (eshell-tests-helpers): * test/lisp/eshell/em-extpipe-tests.el (ert-x) (eshell-tests-helpers): * test/lisp/eshell/em-glob-tests.el (ert, eshell-tests-helpers): * test/lisp/eshell/em-hist-tests.el (eshell) (eshell-tests-helpers): * test/lisp/eshell/em-pred-tests.el (em-pred) (eshell-tests-helpers): * test/lisp/eshell/em-prompt-tests.el (em-prompt) (eshell-tests-helpers): * test/lisp/eshell/em-script-tests.el (em-script) (eshell-tests-helpers): * test/lisp/eshell/em-unix-tests.el (ert-x) (eshell-tests-helpers): * test/lisp/eshell/esh-arg-tests.el (eshell) (eshell-tests-helpers): * test/lisp/eshell/esh-cmd-tests.el (eshell) (eshell-tests-helpers): * test/lisp/eshell/esh-ext-tests.el (eshell) (eshell-tests-helpers): * test/lisp/eshell/esh-io-tests.el (eshell) (eshell-tests-helpers): * test/lisp/eshell/esh-mode-tests.el (em-prompt) (eshell-tests-helpers): * test/lisp/eshell/esh-proc-tests.el (em-prompt) (eshell-tests-helpers): * test/lisp/eshell/esh-util-tests.el (esh-util) (eshell-tests-helpers): * test/lisp/eshell/esh-var-tests.el (eshell) (eshell-tests-helpers): * test/lisp/eshell/eshell-tests.el (esh-mode) (eshell-tests-helpers): Load `eshell-tests-helpers' from the resource directory. * test/lisp/eshell/resources/eshell-tests-helpers.el: Move from `test/lisp/eshell'.
* Adapt a number of regression tests to AndroidPo Lu2025-02-261-1/+3
| | | | | | | | | | | | | | | * test/infra/android/test-controller.el (ats-run-test): Strip text properties from value string. Inhibit text conversion. * test/lisp/emacs-lisp/find-func-tests.el (find-func-tests--locate-symbols): * test/lisp/emacs-lisp/rmc-tests.el (test-rmc--add-key-description) (test-rmc--add-key-description/with-attributes) (test-rmc--add-key-description/non-graphical-display) (test-read-multiple-choice, test-read-multiple-choice-help): Skip on Android in some wise or another.
* ; Improve Android testing facilitiesPo Lu2025-02-261-12/+24
| | | | | | | | | | * test/infra/android/test-controller.el (ats-eval): Don't block other processes. (ats-run-test): Bind ert-remote-temporary-file-directory to nil and always print messages into the output buffer. (ats-upload-all-tests): New function. (ats-run-all-tests): New argument SELECTOR. Only execute already uploaded tests.
* Respect temporary-file-directory in Android test controllerPo Lu2025-02-251-1/+3
| | | | | * test/infra/android/test-controller.el (ats-exec-script): Respect temporary-file-directory.
* Implement commands for executing all tests on connected Android devicesPo Lu2025-02-251-76/+154
| | | | | | | | | | * test/infra/android/test-controller.el (ats-upload-test): Correct minor encoding error. Transfer solitary files without creating a tar archive, and handle `resources' directories. (ats-list-tests-locally, ats-list-tests): Don't list files in `resources' directories. Insert test header locally, and redisplay after insertion. (ats-run-all-tests): New function.
* ; Improve Android regression test execution facilitiesPo Lu2025-02-252-60/+530
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * test/infra/android/test-controller.el (ats-associated-process): New variable. (ats-start-server): Set coding system to `no-conversion'. (ats-read-connection): If this buffer is associated with a connection, return the same. (ats-establish-connection): New arg INTERACTIVE. Interactively, open a Lisp interaction buffer with this connection as its associated process. (ats-connect): Provide this argument if called interactively. (ats-eval): New argument RAW. Request that encoded forms not be decoded if specified, and decode results. (ats-remote-eval-defuns, ats-remote-eval-print-sexp) (ats-remote-eval-for-interaction) (ats-remote-eval-print-last-sexp, ats-remote-eval-last-sexp) (ats-remote-eval-defun, ats-remote-eval-region-or-buffer) (ats-lisp-interaction-mode-map, ats-lisp-interaction-mode-menu) (ats-lisp-interaction-mode, ats-open-lisp-interaction-buffer) (ats-emacs-test-directory, ats-upload-test) (ats-list-tests-locally, ats-list-tests, ats-run-test): New functions and variables. * test/infra/android/test-driver.el (ats-eval-do-decode): New variable. (ats-process-filter, ats-establish-connection) (ats-initiate-connection): Adjust correspondingly.
* ; Begin integrating facilities for executing ERT tests on AndroidPo Lu2025-02-255-0/+2554
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * test/infra/android/README: * test/infra/android/bin/AtsStub.java (AtsStub): * test/infra/android/bin/README: * test/infra/android/test-controller.el (tramp) (ats-adb-executable, ats-adb-host, ats-adb-infile, ats-cache) (ats-adb-disable-stderr, ats-adb-device-regexp, ats-adb) (ats-adb-process-filter, ats-start-adb, ats-enumerate-devices) (ats-online-devices, ats-memoize, ats-ps-device, ats-getprop) (ats-get-sdk-version, ats-package-list-regexp) (ats-is-package-debuggable, ats-list-users, ats-get-package-aid) (ats-aid-user-offset, ats-aid-isolated-start, ats-aid-app-start) (ats-aid-to-uid, ats-uid-to-username, ats-verify-directory) (ats-get-package-data-directory) (ats-get-user-external-storage-directory, ats-transfer-padding) (ats-exec-script, ats-exec-script-checked) (ats-use-private-staging-directory, ats-get-staging-directory) (ats-base64-available, ats-echo-n-e, ats-echo-c, ats-octab, c) (ats-upload-encode-binary, ats-upload, ats-download) (ats-create-empty-temporary, ats-run-jar) (ats-supports-am-force-stop, ats-supports-am-force-stop-user) (ats-kill-process-by-username-and-name) (ats-portforward-local-type-regexp) (ats-portforward-remote-type-regexp, ats-portforward-list-regexp) (ats-portreverse-type-regexp, ats-portreverse-list-regexp) (ats-reverse-list, ats-reverse-tcp, ats-forward-list) (ats-forward-tcp, ats-is-tail-available, ats-java-int-min) (ats-java-int-max, ats-java-long-min, ats-java-long-max) (ats-intent-array-type, ats-fmt-array-element, ats-build-intent) (ats-working-stub-file, ats-file-directory, ats-am-start-intent) (ats-create-commfile, ats-watch-commfile, ats-server) (ats-default-port, ats-accepting-connection) (ats-address-to-hostname, ats-is-localhost-p) (ats-server-sentinel, ats-server-log, ats-server-exists-p) (ats-start-server, ats-await-connection-timeout) (ats-await-connection, ats-forward-server-sentinel) (ats-forward-server-filter, ats-reverse-server) (ats-forward-server, ats-cancel-forward-server, ats-remote-port) (ats-in-connection-context, ats-outstanding-reverse-connection) (ats-terminate-reverse-safely, ats-disconnect-internal) (ats-read-connection, ats-disconnect, ats-establish-connection) (ats-connect, ats-eval, test-controller): * test/infra/android/test-driver.el (ats-process) (ats-connection-established, ats-header, ats-in-eval) (ats-eval-as-printed, ats-eval-serial, ats-process-filter) (ats-display-status-buffer, ats-establish-connection) (ats-driver-log, ats-initiate-connection, test-driver): New files.
* Update copyright year to 2025Paul Eggert2025-01-013-3/+3
| | | | Run "TZ=UTC0 admin/update-copyright".
* * test/infra/Dockerfile.emba (emacs-tree-sitter): Add jsdoc grammar.Michael Albinus2024-12-111-0/+1
|
* Use debian:bookworm for tests on embaMichael Albinus2024-10-161-22/+4
| | | | | | * test/infra/Dockerfile.emba (emacs-base): Derive from debian:bookworm. (emacs-eglot, emacs-tree-sitter): Derive from emacs-base. (emacs-native-comp): Install libgccjit-12-dev.
* Adapt gitlab-ci.ymlMichael Albinus2024-10-131-1/+8
| | | | | | | | * test/infra/gitlab-ci.yml (variables): Set GIT_DEPTH: 0. (.job-template): Remove cache:policy. (.build-template): Add needs and cache:policy. (.test-template): Add cache:policy. (.tree-sitter-template): Add files in changes.
* ; Fix last change in gitlab-ci.ymlMichael Albinus2024-10-031-1/+1
|
* ; Minor changes in gitlab-ci.ymlMichael Albinus2024-10-031-3/+3
| | | | | * test/infra/gitlab-ci.yml (.job-template): Comment test prints. (.test-template): Adapt paths:
* * test/infra/gitlab-ci.yml (.tree-sitter-template): Add treesit.el.Michael Albinus2024-09-211-0/+1
|