From 93f2ac802a1dc0cb0dd2d9a49ed508201fc2e053 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Tue, 14 Feb 2012 19:52:57 +0100 Subject: [PATCH] hide test invocation in regress Makefile --- regress/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/regress/Makefile b/regress/Makefile index 46fecf2..32d76d3 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -76,9 +76,9 @@ TEST_ENV= "MALLOC_OPTIONS=AFGJPRX" # use in-tree executables .include .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