On Thu, Mar 13, 2014 at 10:33 AM, Sami Kerola <[email protected]> wrote: > Long answer: unless someone objects I'll push the following to upstream. > > --->8---- > From: Sami Kerola <[email protected]> > Date: Thu, 13 Mar 2014 17:18:36 +0000 > Subject: [PATCH] build: parallel-tests require of TESTS_ENVIRONMENT > > * Makefile.am: Tests failed in Travis-CI's servers because missing > environment variables. Looking the automake documentation the > AM_TESTS_ENVIRONMENT cannot be used in combination with parallel-tests, > and such cases TESTS_ENVIRONMENT should be used instead.
That looks fine to me, and is consistent with what e.g., coreutils does. Thanks!
