test.sh 445 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #./build.sh
  2. # Relative paths are used in each test script, hence the need to change directories
  3. # httpd
  4. cd httpd
  5. cd httpd-2.4.16-1.fc23.x86_64
  6. ./test.sh
  7. cd ..
  8. cd httpd-2.4.17-3.fc23.x86_64
  9. ./test.sh
  10. cd ..
  11. cd ..
  12. # nginx
  13. cd nginx
  14. ls -l -G
  15. cd nginx-1.8.0-13.fc23.x86_64
  16. ./test.sh
  17. cd ..
  18. cd nginx-1.8.0-14.fc23.x86_64
  19. ./test.sh
  20. cd ..
  21. #redis
  22. cd redis-3.0.4-1.fc23.x86_64
  23. ./test.sh
  24. cd ..
  25. #node.js
  26. cd nodejs-0.10.36-4.fc23
  27. ./test.sh
  28. cd ..
  29. cd ..