]> granicus.if.org Git - zziplib/commitdiff
show centos7-cm-docs
authorGuido Draheim <guidod@gmx.de>
Sun, 3 Jan 2021 15:43:10 +0000 (16:43 +0100)
committerGuido Draheim <guidod@gmx.de>
Sun, 3 Jan 2021 15:43:10 +0000 (16:43 +0100)
testbuilds.py
testbuilds/centos7-cm-docs.dockerfile [moved from testbuilds/centos7-docs.dockerfile with 100% similarity]

index 0df6c8b7ff287587fb6bd49a987b775f6c4182c2..949e446ee935c653f7971e46ce95c2bee9200d3a 100755 (executable)
@@ -1154,11 +1154,11 @@ class ZZiplibBuildTest(unittest.TestCase):
         cmd = "docker rmi {images}:{testname}"
         sx____(cmd.format(**locals()))
         self.rm_testdir()
-    def test_711_centos7_docs_dockerfile(self):
+    def test_711_centos7_cmake_docs_dockerfile(self):
         if not os.path.exists(DOCKER_SOCKET): self.skipTest("docker-based test")
         testname=self.testname()
         testdir = self.testdir()
-        dockerfile="testbuilds/centos7-docs.dockerfile"
+        dockerfile="testbuilds/centos7-cm-docs.dockerfile"
         addhosts = self.local_addhosts(dockerfile)
         savename = docname(dockerfile)
         saveto = SAVETO
@@ -1623,7 +1623,7 @@ class ZZiplibBuildTest(unittest.TestCase):
         testname2=self.testname() + "_cm"
         testdir = self.testdir()
         dockerfile1="testbuilds/centos7-am-docs.dockerfile"
-        dockerfile2="testbuilds/centos7-docs.dockerfile"
+        dockerfile2="testbuilds/centos7-cm-docs.dockerfile"
         addhosts = self.local_addhosts(dockerfile1)
         savename1 = docname(dockerfile1)
         savename2 = docname(dockerfile2)