mirror of
https://github.com/openssh/libopenssh
synced 2026-04-16 09:45:53 +00:00
hide test invocation in regress Makefile
This commit is contained in:
@@ -76,9 +76,9 @@ TEST_ENV= "MALLOC_OPTIONS=AFGJPRX"
|
||||
# use in-tree executables
|
||||
.include <bsd.obj.mk>
|
||||
.if exists(${.CURDIR}/../ssh/ssh/${__objdir}/)
|
||||
ODIR="/obj"
|
||||
ODIR=/obj
|
||||
.else
|
||||
ODIR=""
|
||||
ODIR=
|
||||
.endif
|
||||
TEST_ENV+= "TEST_SSH_SCP=${.CURDIR}/../ssh/scp${ODIR}/scp"
|
||||
TEST_ENV+= "TEST_SSH_SFTP=${.CURDIR}/../ssh/sftp${ODIR}/sftp"
|
||||
@@ -144,7 +144,7 @@ t9: t9.out
|
||||
|
||||
.for t in ${LTESTS} ${INTEROP_TESTS}
|
||||
t-${t}:
|
||||
env SUDO="${SUDO}" ${TEST_ENV} \
|
||||
@env SUDO="${SUDO}" ${TEST_ENV} \
|
||||
sh ${.CURDIR}/test-exec.sh ${.OBJDIR} ${.CURDIR}/${t}.sh
|
||||
.endfor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user