Re: [PATCH] org-test: Run all ol tests on make test

2022-07-28 Thread Ihor Radchenko
Max Nikulin writes: > On 27/07/2022 10:49, Ihor Radchenko wrote: >> >> You missed the >> >> (org-test-selector >> (if org-test-selector org-test-selector "\\(org\\|ob\\)")) > > I have notices that cases in test-oc.el are named test-org-cite/... So I > am considering renaming tests i

Re: [PATCH] org-test: Run all ol tests on make test

2022-07-27 Thread Max Nikulin
On 27/07/2022 10:49, Ihor Radchenko wrote: You missed the (org-test-selector (if org-test-selector org-test-selector "\\(org\\|ob\\)")) I have notices that cases in test-oc.el are named test-org-cite/... So I am considering renaming tests in test-ol.el in the same way from

Re: [PATCH] org-test: Run all ol tests on make test

2022-07-26 Thread Ihor Radchenko
Max Nikulin writes: > Hi, > > I figured out why "make test" is passing successfully while the same > with BTEST_RE="test-ol/insert-link-insert-description" is failing for a > proposed patch. Default selection pattern is ignoring most test-ol > cases. See the attachment. Thanks a lot for narro

[PATCH] org-test: Run all ol tests on make test

2022-07-26 Thread Max Nikulin
91ab72fa312e Mon Sep 17 00:00:00 2001 From: Max Nikulin Date: Tue, 26 Jul 2022 22:11:40 +0700 Subject: [PATCH] org-test: Run all ol tests on make test * mk/default.mk (BTEST_RE): Add -ol to the default pattern. * testing/org-test.el (org-test-run-batch-tests): Update default regexp for test select