From: Guido Draheim Date: Mon, 4 Jan 2021 07:48:44 +0000 (+0100) Subject: fix test_423 (moved the line to test_424) X-Git-Tag: v0.13.72~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c65e301617285959f4084e8b29552ebd15f0c198;p=zziplib fix test_423 (moved the line to test_424) --- diff --git a/testbuilds.py b/testbuilds.py index da5b72f..1d6039e 100755 --- a/testbuilds.py +++ b/testbuilds.py @@ -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()))