summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-10-12 11:32:21 +0100
committerLars Wirzenius <liw@liw.fi>2013-10-12 11:32:21 +0100
commit48de0affdff22e7a565ac1087d7951d55079f444 (patch)
treeb4319c23838663f5cc47c88c4adeb6dccfb966fb
parentf61964b98e8584ed0613bf8b96a06c0cf7544ebb (diff)
downloadliw-gitano-acl-test-suite-48de0affdff22e7a565ac1087d7951d55079f444.tar.gz
Add SSH_AUTH_SOCK to pre-requisites
-rw-r--r--git.liw.fi.yarn8
1 files 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,