mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 01:05:14 +02:00
Replace pwd
with make variable in regress cmd.
This commit is contained in:
parent
899be59da5
commit
cfe5f7b0eb
@ -714,8 +714,8 @@ tests: file-tests t-exec interop-tests unit
|
|||||||
unit: regress-unit-binaries
|
unit: regress-unit-binaries
|
||||||
cd $(srcdir)/regress || exit $$?; \
|
cd $(srcdir)/regress || exit $$?; \
|
||||||
$(MAKE) \
|
$(MAKE) \
|
||||||
|
.CURDIR="$(abs_top_srcdir)/regress" \
|
||||||
.OBJDIR="$(BUILDDIR)/regress" \
|
.OBJDIR="$(BUILDDIR)/regress" \
|
||||||
.CURDIR="`pwd`" \
|
|
||||||
OBJ="$(BUILDDIR)/regress" \
|
OBJ="$(BUILDDIR)/regress" \
|
||||||
$@ && echo $@ tests passed
|
$@ && echo $@ tests passed
|
||||||
|
|
||||||
@ -723,10 +723,10 @@ interop-tests t-exec file-tests: regress-prep regress-binaries $(TARGETS)
|
|||||||
cd $(srcdir)/regress || exit $$?; \
|
cd $(srcdir)/regress || exit $$?; \
|
||||||
EGREP='@EGREP@' \
|
EGREP='@EGREP@' \
|
||||||
$(MAKE) \
|
$(MAKE) \
|
||||||
|
.CURDIR="$(abs_top_srcdir)/regress" \
|
||||||
.OBJDIR="$(BUILDDIR)/regress" \
|
.OBJDIR="$(BUILDDIR)/regress" \
|
||||||
.CURDIR="`pwd`" \
|
|
||||||
BUILDDIR="$(BUILDDIR)" \
|
BUILDDIR="$(BUILDDIR)" \
|
||||||
OBJ="$(BUILDDIR)/regress/" \
|
OBJ="$(BUILDDIR)/regress" \
|
||||||
PATH="$(BUILDDIR):$${PATH}" \
|
PATH="$(BUILDDIR):$${PATH}" \
|
||||||
TEST_ENV=MALLOC_OPTIONS="@TEST_MALLOC_OPTIONS@" \
|
TEST_ENV=MALLOC_OPTIONS="@TEST_MALLOC_OPTIONS@" \
|
||||||
TEST_MALLOC_OPTIONS="@TEST_MALLOC_OPTIONS@" \
|
TEST_MALLOC_OPTIONS="@TEST_MALLOC_OPTIONS@" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user