Test/Code Refactor in preparation for merge

This commit is contained in:
Joseph Henry 2015-11-20 01:08:38 -08:00
commit 1f27022fa7
50 changed files with 1170 additions and 350 deletions

20
netcon/docker-test/test.sh Executable file
View file

@ -0,0 +1,20 @@
./build.sh
cd httpd
# httpd
cd httpd-2.4.16-1.fc23.x86_64/
pwd
./test.sh
cd ..
cd httpd-2.4.17-3.fc23.x86_64/
pwd
./test.sh
cd ..
# nginx
cd ..