Skip to content
Snippets Groups Projects

Resolve "Setup test proxy certificates and basic VOMS module testing"

Merged Nicholas Terranova requested to merge 1-setup-nginx-voms-module-testing/1 into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -33,8 +33,8 @@ To run the tests made available in the `t` folder just type
@@ -33,8 +33,8 @@ To run the tests made available in the `t` folder just type
Using the docker image provided to exploit Openresty in the Storm2 project:
Using the docker image provided to exploit Openresty in the Storm2 project:
cp -r t /tmp
cp -r t /tmp
cd /tmp
cd /tmp
prove -v
prove -v
A copy of the `t` folder is needed since the `prove` command creates a directory `servroot` in `t`.
A copy of the `t` folder is needed since the `prove` command creates a directory `servroot` in `t`.
Loading