make check: fix test environment problem
autotest is very finicky. The environment can't be set up in SH_LOG_COMPILER, but have to be done in AM_TESTS_ENVIRONMENT instead, so fix this. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
parent
e9626fefa1
commit
73a261f238
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ TESTS = sign-verify.sh \
|
||||||
detach-remove.sh
|
detach-remove.sh
|
||||||
|
|
||||||
TEST_EXTENSIONS = .sh
|
TEST_EXTENSIONS = .sh
|
||||||
SH_LOG_COMPILER = TEST_ARCHES="$(test_arches)" $(srcdir)/test-wrapper.sh
|
AM_TESTS_ENVIRONMENT = TEST_ARCHES='$(test_arches)'; export TEST_ARCHES;
|
||||||
|
SH_LOG_COMPILER = $(srcdir)/test-wrapper.sh
|
||||||
|
|
||||||
EXTRA_DIST = $(test_lds) test.S $(TESTS) $(check_SCRIPTS)
|
EXTRA_DIST = $(test_lds) test.S $(TESTS) $(check_SCRIPTS)
|
||||||
CLEANFILES = $(test_key) $(test_cert) $(test_images)
|
CLEANFILES = $(test_key) $(test_cert) $(test_images)
|
||||||
|
|
Loading…
Reference in a new issue