From d0eb2bdf5197cbc26756a8f599c94c4e6f748c5a Mon Sep 17 00:00:00 2001 From: Sean Parkinson Date: Mon, 6 Mar 2017 14:12:56 +1000 Subject: [PATCH] Update README with info on HOST env var --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e855e5b..f2d0ebb 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ There are additional tests available in wolfssl-nginx. These are in addition to the Nginx tests. The OpenSSL's superapp is required for OCSP Stapling testing. To test: 1. Change into wolfssl-nginx directory. - 2. Run the script: ./test.sh + 2. Run the script: ./test.sh (If not using IPv6 then set HOST to localhost.) 3. When working, the number of FAIL and UNKNOWN will be 0. Testing is only supported on Linux with bash.