From 2691909dec94d5b3980059ae27c8743c4422b130 Mon Sep 17 00:00:00 2001
From: nterranova <nicholas.terranova@cnaf.infn.it>
Date: Mon, 12 Mar 2018 12:47:00 +0100
Subject: [PATCH] added line to run prove to README.md

---
 t/README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/t/README.md b/t/README.md
index 2d4ef93..9cccd8c 100644
--- a/t/README.md
+++ b/t/README.md
@@ -6,16 +6,20 @@ Setup and files to test the *ngx\_http\_voms\_module* are contained in the `t` f
 
 ### Test fixture setup 
 
-Proxy certificates are in the `certs` folder (see [README.md](certs/README.md) for further details). Trust-anchors (e.g. igi-test-ca.pem) are contained in the `trust-anchors` folder. Nginx server certificate and key are nginx\_voms\_example.cert.pem and nginx\_voms\_example\_key.pem, respectively, and they are in the `certs` folder.
+Proxy certificates are in the `certs` folder (see [README.md](certs/README.md) for further details), while trust-anchors (e.g. igi-test-ca.pem) are contained in `trust-anchors`. 
+
+Nginx server certificate and key are nginx\_voms\_example.cert.pem and nginx\_voms\_example\_key.pem, respectively, and they are contained in `certs`.
 
 To perform correctly the VOMS AC validation, a \*.lsc or \*.pem file is needed, see [VOMS client 3.3.0 User Guide](http://italiangrid.github.io/voms/documentation/voms-clients-guide/3.0.3/) for further details. The *voms.example.lsc* can be found in `vomsdir/test.vo`.
 
 ### Running Tests
 
-To run the tests made available in the `t` folder just type
+To run the tests made available in `t` just type
 
 	prove -v 
 
+from `t`' s parent directory.
+
 Using the docker image provided to exploit Openresty in the Storm2 project (see [README.md](../README.md) for further details):
 
     cp -r t /tmp
-- 
GitLab