On Tue, Jul 09, 2013 at 06:50:52PM +0100, Michael Tautschnig wrote: > > 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.
It seems to be called for each test at least. Yet the exported environment variables aren't set. The problem seems to be that $1 is now ../config/test-driver which results in the exports not being done. Kurt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org