From 48de0affdff22e7a565ac1087d7951d55079f444 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 12 Oct 2013 11:32:21 +0100 Subject: Add SSH_AUTH_SOCK to pre-requisites --- git.liw.fi.yarn | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/git.liw.fi.yarn b/git.liw.fi.yarn index 0808b3f..97feab1 100644 --- a/git.liw.fi.yarn +++ b/git.liw.fi.yarn @@ -76,9 +76,11 @@ Test suite pre-requisites ========================= Yarn must be run with `--env` used to set the environment variables -`GITANO` and `GITHOST`. `GITANO` must be the Unix user for the -Gitano instance (typically `git`), and `GITHOST` must be the address -of the host (IP address or domain name). +`GITANO` and `GITHOST`. `GITANO` must be the Unix user for the Gitano +instance (typically `git`), and `GITHOST` must be the address of the +host (IP address or domain name). The `SSH_AUTH_SOCK` environment +variable needs to be set so the user running the test suite can access +the Gitano instance being tested using their own ssh key. The person running this test suite must be able to log in to the Gitano instance using their normal ssh key. In other words, -- cgit v1.2.1