Skip to content
Permalink
Browse files
Revert $REGRESSTMP changes.
Revert 3fd2d22 and subsequent changes as they turned out to be a
portability hassle.
  • Loading branch information
daztucker committed Apr 13, 2018
1 parent a0349a1 commit 4f60e4f
Showing 1 changed file with 1 addition and 3 deletions.
@@ -577,8 +577,6 @@ regress-binaries: regress/modpipe$(EXEEXT) \
regress/unittests/utf8/test_utf8$(EXEEXT) \
regress/misc/kexfuzz/kexfuzz$(EXEEXT)

REGRESSTMP = "$(PWD)/regress"

tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS)
BUILDDIR=`pwd`; \
TEST_SSH_SCP="$${BUILDDIR}/scp"; \
@@ -602,7 +600,7 @@ tests interop-tests t-exec unit: regress-prep regress-binaries $(TARGETS)
.OBJDIR="$${BUILDDIR}/regress" \
.CURDIR="`pwd`" \
BUILDDIR="$${BUILDDIR}" \
OBJ="$(REGRESSTMP)" \
OBJ="$${BUILDDIR}/regress/" \
PATH="$${BUILDDIR}:$${PATH}" \
TEST_ENV=MALLOC_OPTIONS="@TEST_MALLOC_OPTIONS@" \
TEST_MALLOC_OPTIONS="@TEST_MALLOC_OPTIONS@" \

0 comments on commit 4f60e4f

Please sign in to comment.