diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-08-25 18:46:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-25 18:46:31 +0200 |
commit | c0528c152ebe2a972e2a44384ebd4ac87b936273 (patch) | |
tree | 6a8fcffc888fb2466fc8dd70542d810d0b0f18aa /test | |
parent | 59261cf014678b374c4b0d27077de5d0689d6f0c (diff) | |
parent | ada0568f530b303079ef2bc4cca0f661568d9b63 (diff) | |
download | podman-c0528c152ebe2a972e2a44384ebd4ac87b936273.tar.gz podman-c0528c152ebe2a972e2a44384ebd4ac87b936273.tar.bz2 podman-c0528c152ebe2a972e2a44384ebd4ac87b936273.zip |
Merge pull request #3877 from TomSweeneyRedHat/dev/tsweeney/cnifix
Update cni config instructions
Diffstat (limited to 'test')
-rw-r--r-- | test/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md index 9bea679dc..d7710cc95 100644 --- a/test/README.md +++ b/test/README.md @@ -39,8 +39,9 @@ The following instructions assume your GOPATH is ~/go. Adjust as needed for your environment. ### Installing ginkgo -Build ginkgo and install it under $GOPATH/bin with the following command: +Build ginkgo and install it under $GOPATH/bin with the following commands: ``` +export GOCACHE="$(mktemp -d)" GOPATH=~/go make .install.ginkgo ``` If your PATH does not include $GOPATH/bin, you might consider adding it. |