Re: change in tests requires running autogen.sh

2023-01-07 Thread Gavin Smith
On Wed, Jan 04, 2023 at 07:44:58PM +, Gavin Smith wrote: > > These added directories res_latex look wrong. Theses tests are in > > @test_formatted, and the latex test is 'latex' which should only lead to > > content in the .pl file, like t/results/indices/empty_index_entry.pl. > > (There shoul

Re: change in tests requires running autogen.sh

2023-01-04 Thread Gavin Smith
On Wed, Jan 04, 2023 at 09:09:47PM +0100, Patrice Dumas wrote: > On Wed, Jan 04, 2023 at 07:44:57PM +, Gavin Smith wrote: > > $ ls t/results/indices/index_table/out_plaintext/index_table.txt/ > > indices-refs.txt node-with-printindex.txt > > node-with-ftable-and-vtable.txt Top.

Re: change in tests requires running autogen.sh

2023-01-04 Thread Patrice Dumas
On Wed, Jan 04, 2023 at 07:44:57PM +, Gavin Smith wrote: > $ ls t/results/indices/index_table/out_plaintext/index_table.txt/ > indices-refs.txt node-with-printindex.txt > node-with-ftable-and-vtable.txt Top.txt > > After I do > > $ rm -r t/results/indices/index_table/out_plai

Re: change in tests requires running autogen.sh

2023-01-04 Thread Gavin Smith
On Wed, Jan 04, 2023 at 08:26:04PM +0100, Patrice Dumas wrote: > > The result file index_table.txt is present in > > t/results/indices/index_table/res_plaintext/ but not in out_plaintext. > > Should this file be generated by the test or should the reference file > > be removed? > > A file in out_p

Re: change in tests requires running autogen.sh

2023-01-04 Thread Patrice Dumas
On Wed, Jan 04, 2023 at 06:40:08PM +, Gavin Smith wrote: > I ran autogen.sh and there is another test failure: > > $ perl -w t/09indices.t index_table > ok 1 > ok 2 - index_table tree > ok 3 - index_table sectioning > ok 4 - index_table nodes > ok 5 - index_table menus > ok 6 - index_table err

Re: change in tests requires running autogen.sh

2023-01-04 Thread Gavin Smith
On Wed, Jan 04, 2023 at 02:08:03PM +0100, Patrice Dumas wrote: > Hello, > > For those who follow the source version control, I changed the directories in > tp/tests, which should require running ./autogen.sh to get things right, > otherwise there may not be errors but still some tests would be ign

change in tests requires running autogen.sh

2023-01-04 Thread Patrice Dumas
Hello, For those who follow the source version control, I changed the directories in tp/tests, which should require running ./autogen.sh to get things right, otherwise there may not be errors but still some tests would be ignored. -- Pat