On Thu, Aug 22, 2013 at 11:22:59PM +0900, Masaru Tsuchiyama wrote: > Daniel Shahaf wrote: > >On Sat, Aug 03, 2013 at 03:52:49PM +0300, Daniel Shahaf wrote: > >>Masaru Tsuchiyama wrote on Sat, Aug 03, 2013 at 16:06:06 +0900: > >>>If I run the these scripts at Release\subversion\tests\cmdline, I don't > >>>get a file-not-found error. > >> > >>So perhaps the right fix is not your patch, but to look for > >>atomic-ra-revprop-change up front and bail out if it's not found? > > > >Or, more simply, > > > > os.chdir(os.path.basename(sys.argv[0])) > > > > Where do you suggest to do that?
Actually, I just realised that using argv[0] like that is wrong, it would break out-of-tree builds. Sorry for the wrong suggestion.