Re: running bprob.exp tests in a cross-testing environment

2007-01-03 Thread Ben Elliston
On Tue, 2007-01-02 at 15:43 -0800, Adam Nemet wrote: > If it is not too late I'd prefer the latter. If I understand the > problem correctly the former would still fail if the test user is not > privileged enough to recreate the directory structure under /. Yes, that is correct. OK, having given

Re: running bprob.exp tests in a cross-testing environment

2007-01-02 Thread Adam Nemet
Ben Elliston <[EMAIL PROTECTED]> writes: > I see a couple of solutions, but would like to discuss them here before > working on a patch: > > 1. have the bprob.exp test driver create the appropriate directory >tree on the target (and remove it when finished); or > > 2. set GCOV_PREFIX when runni

Re: running bprob.exp tests in a cross-testing environment

2006-12-21 Thread Janis Johnson
On Thu, Dec 21, 2006 at 10:00:47AM +1100, Ben Elliston wrote: > On Thu, 2006-12-21 at 09:56 +1100, Ben Elliston wrote: > > > After some digging, I managed to work out why: the gcov runtime code > > wants to create the .gcda file in the same directory that the object > > file was created on the bui

Re: running bprob.exp tests in a cross-testing environment

2006-12-20 Thread Ben Elliston
On Thu, 2006-12-21 at 09:56 +1100, Ben Elliston wrote: > After some digging, I managed to work out why: the gcov runtime code > wants to create the .gcda file in the same directory that the object > file was created on the build system. Unless the same directory > structure exists on the target,