> On Tue, Jul 09, 2013 at 06:38:52PM +0100, Michael Tautschnig wrote:
> > > It's doing:
> > > TESTS_ENVIRONMENT = LC_ALL=C LANG=C $(srcdir)/test-wrapper.sh \
> > >                     ../libdw:../backends:../libelf:../libasm
> > > 
> > > I've tried various thing, and it still gives me the same problems
> > > indicating that test-wrapper.sh was not run.  There are some variable
> > > that aren't set that the script that get run depend on.
> > > 
> > 
> > But then you aren't sourcing that script?! I think you should be using
> > 
> > TESTS_ENVIRONMENT = LC_ALL=C; LANG=C; . $(srcdir)/test-wrapper.sh \
> >                     ../libdw:../backends:../libelf:../libasm
> > 
> 
> I've tried that, it didn't work.
> 

Hmm, ok, so the only things left are then the obvious debugging ideas:

1. Is test-wrapper.sh being run at all? To that effect, remove the @ for one or
more of the *.log rules that are now being generated and probably write some
log entries to a file from within test-wrapper.sh.

2. Once confirmed to be running, check for missing export

Otherwise, all I can say is that at least in my package the script had been run
just fine, it's just that its calling conventions would no longer fit the
parallel-harness setup.

Best,
Michael

Attachment: pgpcMCRnAkM1P.pgp
Description: PGP signature

Reply via email to