summaryrefslogtreecommitdiff
path: root/netcon/docker-test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'netcon/docker-test/test.sh')
-rwxr-xr-xnetcon/docker-test/test.sh28
1 files changed, 16 insertions, 12 deletions
diff --git a/netcon/docker-test/test.sh b/netcon/docker-test/test.sh
index 9f8f47e8..6f69e3bf 100755
--- a/netcon/docker-test/test.sh
+++ b/netcon/docker-test/test.sh
@@ -2,37 +2,41 @@
# Relative paths are used in each test script, hence the need to change directories
-# httpd
+# --- 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 ../../
-cd ..
-# nginx
+# --- 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 ..
+cd ../../
+
+
+# --- redis
+cd redis
-#redis
cd redis-3.0.4-1.fc23.x86_64
./test.sh
-cd ..
+cd ../../
+
+
+# --- node.js
+cd nodejs
-#node.js
cd nodejs-0.10.36-4.fc23
./test.sh
-cd ..
-
-cd .. \ No newline at end of file
+cd ../../ \ No newline at end of file