On Sat, 14 Jan 2006, Tobias Schäfer wrote:
> Hi all,
>
> thanks to this the tip from Malcolm Rowe
> (http://svn.haxx.se/dev/archive-2006-01/0367.shtml) I propose the following
> patch to prevent others encountering the same problems when building
> subversion outside of the source directory.
I can't verify as I don't build outside my source directory, but
something along the lines of this patch seems like it should be
applied.
> [[[
> * subversion/tests/cmdline/README: Added note when running tests with
> srcdir!=builddir
> ]]]
Index: subversion/tests/cmdline/README
===================================================================
--- subversion/tests/cmdline/README (revision 18102)
+++ subversion/tests/cmdline/README (working copy)
@@ -36,6 +36,11 @@
$ ./basic_tests.py list
+Note: if you are not building subversion in the source directory but
+in a parallel directory (cf. INSTALL) you have to change into the
+build directory and call the tests from there:
+$ cd obj/subversion/tests/cmdline
+$ ../../../../svn/subversion/tests/cmdline/basic_tests.py
Running over ra_dav
-------------------
- application/pgp-signature attachment: stored
Received on Wed Jan 18 22:45:08 2006