This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/netcon/docker-test/test.sh
Joseph Henry 275a76ff5c Test update
2015-11-23 05:15:19 -08:00

32 lines
310 B
Bash
Executable File

#./build.sh
# httpd
cd httpd
cd httpd-2.4.16-1.fc23.x86_64
./test.sh
cd ..
cd httpd-2.4.17-3.fc23.x86_64
./test.sh
cd ..
cd ..
# nginx
cd nginx
ls -l -G
cd nginx-1.8.0-13.fc23.x86_64
./test.sh
cd ..
cd nginx-1.8.0-14.fc23.x86_64
./test.sh
cd ..
#redis
cd redis-3.0.4-1.fc23.x86_64
./test.sh
cd ..
cd ..