Additional test files

This commit is contained in:
Joseph Henry 2015-11-20 02:41:27 -08:00
commit d472c59b8d
19 changed files with 538 additions and 14 deletions

View file

@ -1,20 +1,30 @@
./build.sh
cd httpd
#./build.sh
# httpd
cd httpd-2.4.16-1.fc23.x86_64/
cd httpd
cd httpd-2.4.16-1.fc23.x86_64
pwd
./test.sh
cd ..
cd httpd-2.4.17-3.fc23.x86_64/
cd httpd-2.4.17-3.fc23.x86_64
pwd
./test.sh
cd ..
cd ..
# nginx
cd nginx
pwd
ls -l -G
cd nginx-1.8.0-13.fc23.x86_64
./test.sh
cd ..
cd nginx-1.8.0-14.fc23.x86_64
pwd
./test.sh
cd ..
cd ..