[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] test-deps += svnmover

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 1 Sep 2019 00:16:59 +0000

In current master, «./autogen.sh && ./configure && make davautocheck» fails all svnmover tests.

I think the following will fix it, but haven't verified:

Index: build/generator/gen_base.py
===================================================================
--- build/generator/gen_base.py (revision 1866222)
+++ build/generator/gen_base.py (working copy)
@@ -663,7 +663,7 @@ class TargetExe(TargetLinked):
     TargetLinked.add_dependencies(self)
 
     # collect test programs
- if 'svnauthz' in self.name: # special case
+ if 'svnauthz' in self.name or 'svnmover' in self.name: # special case
       self.gen_obj.test_deps.append(self.filename)
       self.gen_obj.test_helpers.append(self.filename)
     elif self.install == 'test':

Could someone please verify/commit?

Thanks,

Daniel
Received on 2019-09-01 02:17:17 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.