ZeroTierOne/netcon/docker-test/test.sh

32 lines
310 B
Bash
Raw Normal View History

2015-11-20 10:41:27 +00:00
#./build.sh
# httpd
2015-11-20 10:41:27 +00:00
cd httpd
cd httpd-2.4.16-1.fc23.x86_64
./test.sh
cd ..
2015-11-20 10:41:27 +00:00
cd httpd-2.4.17-3.fc23.x86_64
./test.sh
cd ..
2015-11-20 10:41:27 +00:00
cd ..
# nginx
2015-11-20 10:41:27 +00:00
cd nginx
ls -l -G
cd nginx-1.8.0-13.fc23.x86_64
./test.sh
cd ..
2015-11-20 10:41:27 +00:00
cd nginx-1.8.0-14.fc23.x86_64
./test.sh
cd ..
2015-11-23 13:15:19 +00:00
#redis
cd redis-3.0.4-1.fc23.x86_64
./test.sh
cd ..
cd ..