-
由 Daniel P. Berrangé 提交于
One of the matrix entries redefines the script command in order to add the ${MAKEFLAGS} variable. Ideally ${MAKEFLAGS} would be referenced by the definition of the ${TEST_CMD} env variable, but this isn't possible in travis. ${MAKEFLAGS} exists to eliminate duplication of flags in every "make" command, but this cure causes a worse problem, namely the reduplication of the "script" command. It is simpler to just insert "-j3" directly into any "make" command. Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com> Signed-off-by: NAlex Bennée <alex.bennee@linaro.org>
9b29d049