]> granicus.if.org Git - zziplib/commitdiff
fix test_423 (moved the line to test_424)
authorGuido Draheim <guidod@gmx.de>
Mon, 4 Jan 2021 07:48:44 +0000 (08:48 +0100)
committerGuido Draheim <guidod@gmx.de>
Mon, 4 Jan 2021 07:48:44 +0000 (08:48 +0100)
testbuilds.py

index da5b72f0c2fc0e5e48eb39de64706c4d21b95649..1d6039eaf74dbe770dda0914a30c63278cfa6a09 100755 (executable)
@@ -1041,8 +1041,6 @@ class ZZiplibBuildTest(unittest.TestCase):
         #
         cmd = "docker exec {testname} find src -name *.xml"
         sh____(cmd.format(**locals()))
-        cmd = "docker exec {testname} bash -c 'cd src && make test_65430'"
-        sh____(cmd.format(**locals()))
         #
         cmd = "docker rm --force {testname}"
         sx____(cmd.format(**locals()))