summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-10-11 01:22:39 +0200
committerAndreas Gruenbacher <agruen@linbit.com>2011-10-12 00:34:19 +0200
commit17086c5cf2656df6f1dd4db7970a20ed519267ea (patch)
tree457f4f7be397fd5c1beea792ec6fd518aba8121c
parent4e595c3b6de267bfe770c218bb38c116a3d7d59f (diff)
downloadpatch-17086c5cf2656df6f1dd4db7970a20ed519267ea.tar.gz
tests: specify test runner in LOG_COMPILER, not in TEST_ENVIRONMENT
* tests/Makefile.am (TESTS_ENVIRONMENT): Don't use $(SHELL) here to ensure the test scripts are run through it; instead, ... (LOG_COMPILER): ... use it here.
-rw-r--r--tests/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f29d68e..06a3707 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -60,5 +60,7 @@ EXTRA_DIST = \
TESTS_ENVIRONMENT = \
abs_top_builddir=$(abs_top_builddir); \
- export abs_top_builddir; \
+ export abs_top_builddir;
+
+LOG_COMPILER = \
$(SHELL)