diff options
author | Joseph Henry <josephjah@gmail.com> | 2015-11-20 02:41:27 -0800 |
---|---|---|
committer | Joseph Henry <josephjah@gmail.com> | 2015-11-20 02:41:27 -0800 |
commit | d472c59b8de2dbb1c4b100652b27a1a5b301c327 (patch) | |
tree | f7729ce194690e1439bdb76c325dd6bda69f65fb /netcon/docker-test/test.sh | |
parent | 126fc46dc45e312dc469c0076b34bc2c7898262b (diff) | |
download | infinitytier-d472c59b8de2dbb1c4b100652b27a1a5b301c327.tar.gz infinitytier-d472c59b8de2dbb1c4b100652b27a1a5b301c327.zip |
Additional test files
Diffstat (limited to 'netcon/docker-test/test.sh')
-rwxr-xr-x | netcon/docker-test/test.sh | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/netcon/docker-test/test.sh b/netcon/docker-test/test.sh index 68bd7c92..a91db3a6 100755 --- a/netcon/docker-test/test.sh +++ b/netcon/docker-test/test.sh @@ -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 ..
\ No newline at end of file |