]> git.eshelyaron.com Git - emacs.git/commit
Make generation of JUnit test reports more robust.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 18 Dec 2021 17:43:18 +0000 (18:43 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 18 Dec 2021 17:43:18 +0000 (18:43 +0100)
commit55f652c856837b903b28917c8f5c6834b1483197
tree7279e9746470e0f1dfe2a1991e7051d260ea3306
parent21ef1740f0fe9424f2a079440d070f725b2ca558
Make generation of JUnit test reports more robust.

* lisp/emacs-lisp/ert.el (ert-load-file-name): New defvar.
(ert-write-junit-test-report): Use it.  Make detection of selector
more robust.  Protect calls of `xml-escape-string' with 'noerror.

* test/infra/Makefile.in (subdir_template): Use "make -k ...".

* test/infra/gitlab-ci.yml (test-filenotify-gio):
Adapt make_params in order to get a JUnit test report.
(test-native-comp-speed0): Use "make -k ...".

* test/infra/test-jobs.yml: Regenerate.

* test/lisp/progmodes/perl-mode-tests.el (top):
Set `ert-load-file-name'.
lisp/emacs-lisp/ert.el
test/infra/Makefile.in
test/infra/gitlab-ci.yml
test/infra/test-jobs.yml
test/lisp/progmodes/perl-mode-tests.el