2015-11-20 02:41:27 -08:00
|
|
|
#./build.sh
|
2015-11-20 01:08:38 -08:00
|
|
|
|
2015-11-23 05:59:05 -08:00
|
|
|
# Relative paths are used in each test script, hence the need to change directories
|
|
|
|
|
2015-11-20 01:08:38 -08:00
|
|
|
# httpd
|
2015-11-20 02:41:27 -08:00
|
|
|
cd httpd
|
|
|
|
cd httpd-2.4.16-1.fc23.x86_64
|
2015-11-20 01:08:38 -08:00
|
|
|
./test.sh
|
|
|
|
cd ..
|
|
|
|
|
2015-11-20 02:41:27 -08:00
|
|
|
cd httpd-2.4.17-3.fc23.x86_64
|
2015-11-20 01:08:38 -08:00
|
|
|
./test.sh
|
|
|
|
cd ..
|
|
|
|
|
2015-11-20 02:41:27 -08:00
|
|
|
cd ..
|
2015-11-20 01:08:38 -08:00
|
|
|
|
|
|
|
# nginx
|
2015-11-20 02:41:27 -08:00
|
|
|
cd nginx
|
|
|
|
ls -l -G
|
|
|
|
cd nginx-1.8.0-13.fc23.x86_64
|
|
|
|
./test.sh
|
|
|
|
cd ..
|
2015-11-20 01:08:38 -08:00
|
|
|
|
2015-11-20 02:41:27 -08:00
|
|
|
cd nginx-1.8.0-14.fc23.x86_64
|
|
|
|
./test.sh
|
|
|
|
cd ..
|
2015-11-20 01:08:38 -08:00
|
|
|
|
2015-11-23 05:15:19 -08:00
|
|
|
#redis
|
|
|
|
cd redis-3.0.4-1.fc23.x86_64
|
|
|
|
./test.sh
|
|
|
|
cd ..
|
|
|
|
|
2015-11-23 05:59:05 -08:00
|
|
|
#node.js
|
|
|
|
cd nodejs-0.10.36-4.fc23
|
|
|
|
./test.sh
|
|
|
|
cd ..
|
2015-11-23 05:15:19 -08:00
|
|
|
|
2015-11-20 01:08:38 -08:00
|
|
|
cd ..
|