summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-11-09 00:17:41 +1100
committerDarren Tucker <dtucker@zip.com.au>2013-11-09 00:17:41 +1100
commit882abfd3fb3c98cfe70b4fc79224770468b570a5 (patch)
treec39ccf5324996fdb081f09f49be169d0971a0a68 /Makefile.in
parent8c333ec23bdf7da917aa20ac6803a2cdd79182c5 (diff)
- (dtucker) [Makefile.in configure.ac] Set MALLOC_OPTIONS per platform
and pass in TEST_ENV. Unknown options cause stderr to get polluted and the stderr-data test to fail.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 242a9bd53..e1c68c00b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.343 2013/11/07 11:33:48 dtucker Exp $ 1# $Id: Makefile.in,v 1.344 2013/11/08 13:17:41 dtucker Exp $
2 2
3# uncomment if you run a non bourne compatable shell. Ie. csh 3# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@ 4#SHELL = @SH@
@@ -416,6 +416,7 @@ tests interop-tests: $(TARGETS) regress/modpipe$(EXEEXT)
416 BUILDDIR="$${BUILDDIR}" \ 416 BUILDDIR="$${BUILDDIR}" \
417 OBJ="$${BUILDDIR}/regress/" \ 417 OBJ="$${BUILDDIR}/regress/" \
418 PATH="$${BUILDDIR}:$${PATH}" \ 418 PATH="$${BUILDDIR}:$${PATH}" \
419 TEST_ENV=MALLOC_OPTIONS="@TEST_MALLOC_OPTIONS@" \
419 TEST_SHELL="$${TEST_SHELL}" \ 420 TEST_SHELL="$${TEST_SHELL}" \
420 TEST_SSH_SSH="$${TEST_SSH_SSH}" \ 421 TEST_SSH_SSH="$${TEST_SSH_SSH}" \
421 TEST_SSH_SSHD="$${TEST_SSH_SSHD}" \ 422 TEST_SSH_SSHD="$${TEST_SSH_SSHD}" \