[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 3/4] standalone: Do not complain about ssh if AP_FETCH_PLACEHOLDERS=y
In this case, there is no need to ssh anywhere. No change other than in dev-debugging setups. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- standalone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone b/standalone index b51acf7b..9553d6c9 100755 --- a/standalone +++ b/standalone @@ -136,7 +136,7 @@ if [ ! -r "$WebspaceLog" ] ; then echo "WARNING: Cannot read apache logs at $WebspaceLog. Some tests may fail" >&2 fi -if ! ssh-add -l >/dev/null ; then +if [ "x$AP_FETCH_PLACEHOLDERS" != x ] && ! ssh-add -l >/dev/null ; then echo "WARNING: Unable to access ssh-agent. Some tests may fail" >&2 fi -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |