When running dbus test suite using cvs or svn dbus source, cvs/svn control files are used accidently as test input. Tthe appended patch fixes it.
Created attachment 8960 [details] [review] patch for build system
there are multiple uses of FIND_TESTS in the file, the patch probably needs to cover all of them, right? I wonder if there is a way to do this by changing the arguments to the find, instead of using grep
(In reply to comment #2) > there are multiple uses of FIND_TESTS in the file, the patch probably needs to > cover all of them, right? I will update this patch to catch every place. > I wonder if there is a way to do this by changing the arguments to the find, > instead of using grep Sure it may be better, but I personally haven't found a working solution using the find command because it is very tricky to exclude these path especially because in some places the find command is continued line107: FILES=`(cd $(srcdir) && $(FIND_TESTS) -o -name "*.in" -a -not -name Makefile.in)` ; \
Created attachment 8962 [details] [review] updated patch
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.