summaryrefslogtreecommitdiff
path: root/netcon/docker-test/test.sh
diff options
context:
space:
mode:
authorJoseph Henry <josephjah@gmail.com>2015-11-20 02:41:27 -0800
committerJoseph Henry <josephjah@gmail.com>2015-11-20 02:41:27 -0800
commitd472c59b8de2dbb1c4b100652b27a1a5b301c327 (patch)
treef7729ce194690e1439bdb76c325dd6bda69f65fb /netcon/docker-test/test.sh
parent126fc46dc45e312dc469c0076b34bc2c7898262b (diff)
downloadinfinitytier-d472c59b8de2dbb1c4b100652b27a1a5b301c327.tar.gz
infinitytier-d472c59b8de2dbb1c4b100652b27a1a5b301c327.zip
Additional test files
Diffstat (limited to 'netcon/docker-test/test.sh')
-rwxr-xr-xnetcon/docker-test/test.sh20
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