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. Kurt -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

