This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] test-in-container: Do not set GCONV_PATH, LOCPATH


There's code in test-container.c to not propogate environment variables
to the in-container test:

      while (is_env_setting (argv[1]))
	{
	  /* If there are variables we do NOT want to propogate, this
	     is where the test for them goes.  */
	    {

That way we can treate test-container itself like any other testcase,
and have it worry about "cleaning" the environment for the contained
tests.

The source/build directories are loop-mounted inside the container, so
such environment variables *should* work if set, and there were some
test when I was testing everything in containers that still needed those
vars set.  I didn't investigate why.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]