On 14.11.2014 15:09, Philip Martin wrote: > Branko Čibej <br...@wandisco.com> writes: > >> On 14.11.2014 14:47, Philip Martin wrote: >>> Philip Martin <philip.mar...@wandisco.com> writes: >>> >>>> Perhaps we could move the code from davautocheck.sh to apache.m4. Have >>>> apache.m4 set a make variable containing the version number and add a >>>> make rule to export the value of the make variable in an environment >>>> variable. >>> I did it slightly differently by introducing an --httpd-version option >>> as this is how most of the other testuite options work. >> How will this work for testing installed binaries? > I don't understand the question. configure runs 'httpd -v' so apache > needs to be installed. Is it possible to build Subversion against an > apache that is not installed? Or do you mean building Subversion > against one installed version of apache and then running the tests > against some other installed version?
The latter. Or, for example, installing HTTPd and Subversion from a package, then using our test suite to run tests against that. But I just realized that you'd have to run configure for that to work, too. So, never mind me. -- Brane