On Sun, May 26, 2024 at 10:06 PM Timofey Zhakov <t...@chemodax.net> wrote:
>
> Hello,
>
> When I did the first run of the tests, I found that some tests of the
> getopt_tests.py file were failing. When I started looking for the
> reason why the tests failed, I found that just the expectations of
> them are wrong. This patch fixes these tests.
>
> [[[
> Update expectations of the getopt tests.
>
> The message about a reminder to use the -v argument to show experimental
> subcommands was added in r1866272, but the expectations of the getopt_tests.py
> didn't change, so these tests were failing.
>
> * subversion/tests/cmdline/getopt_tests_data/svn--help_stdout,
>   subversion/tests/cmdline/getopt_tests_data/svn_help_stdout:
>   (): Add the '(Use '-v' to show experimental subcommands.)' line to the
>   expectations of the tests.
> ]]]

Sorry, the problem was that I had the SVN_EXPERIMENTAL_COMMANDS
environment variable set to shelf2 and the svn help command was
appending this line.

So this patch should not be committed, because it will break the tests
if this variable is not set.

-- 
Timofei Zhakov

Reply via email to