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.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