Alan Fry wrote on Mon, Feb 08, 2021 at 18:34:01 -0500:
> It seems that, in my case in subversion/tests/libsvn_fs/locks-test.c (line
> 1134), the test expects an error, however it succeeds.  Again, I'm not a
> linux person, so I spent an hour trying to figure out what executable is
> actually generating test.log...

tests.log is generated by build/run_tests.py, which runs individual test
programs and is run by «make check».  To cut a long story short, I think
you're looking for one of these:

1. make locks-test && (cd subversion/tests/libsvn_fs && ./locks-test)
(I could be wrong about the default cwd)

2. «make check TESTS=subversion/tests/libsvn_fs/locks-test.c»

All this should be documented somewhere in the README files (in the tree root
and in subversion/tests/ and subversion/tests/cmdline/).

> Any suggestions on next steps?  If I have not posted enough information,
> I'd be happy to be more concise.

You haven't addressed my suggestions from my previous reply.  To be explicit,
what's the output of «id» when run just before «make check»?

Cheers,

Daniel

Reply via email to