(Tweaked by me)


Patch
r21627

r21627 | rooneg | 2006-09-25 10:08:06 -0500 (Mon, 25 Sep 2006)

Add the ability to run the svnserve checks with Cyrus SASL turned on.

Note that the svnserve tests are failing for me with this turned on. I'm
still committing this now since it's off by default and it seems to be a
problem unrelated to this particular patch.

Patch by: Vlad Georgescu <vgeorgescu@gmail.com>
          (Tweaked by me)

* Makefile.in
  (check): Handle the 'ENABLE_SASL' command line argument.
  (svncheck): Document usage of ENABLE_SASL.
* build/run_tests.py:
  Propagate the '--enable-sasl' option to the individual tests.
* subversion/tests/cmdline/svntest/main.py
  (enable_sasl): New global variable.
  (create_repos): Check the value of enable_sasl when
   creating svnserve.conf.
  (run_tests): Set enable_sasl to 1 if '--enable-sasl' was used.
* subversion/tests/cmdline/authz_tests.py:
  (write_restrictive_svnserve_conf): Check the value of enable_sasl when
   creating svnserve.conf.