Lines Matching refs:cmd

58 def sh____(cmd, shell=True):  argument
59 if isinstance(cmd, basestring):
60 logg.info(": %s", cmd)
62 logg.info(": %s", " ".join(["'%s'" % item for item in cmd]))
63 return subprocess.check_call(cmd, shell=shell)
64 def sx____(cmd, shell=True): argument
65 if isinstance(cmd, basestring):
66 logg.info(": %s", cmd)
68 logg.info(": %s", " ".join(["'%s'" % item for item in cmd]))
69 return subprocess.call(cmd, shell=shell)
70 def output(cmd, shell=True): argument
71 if isinstance(cmd, basestring):
72 logg.info(": %s", cmd)
74 logg.info(": %s", " ".join(["'%s'" % item for item in cmd]))
75 run = subprocess.Popen(cmd, shell=shell, stdout=subprocess.PIPE)
78 def output2(cmd, shell=True): argument
79 if isinstance(cmd, basestring):
80 logg.info(": %s", cmd)
82 logg.info(": %s", " ".join(["'%s'" % item for item in cmd]))
83 run = subprocess.Popen(cmd, shell=shell, stdout=subprocess.PIPE)
86 def output3(cmd, shell=True): argument
87 if isinstance(cmd, basestring):
88 logg.info(": %s", cmd)
90 logg.info(": %s", " ".join(["'%s'" % item for item in cmd]))
91 run = subprocess.Popen(cmd, shell=shell, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
94 def background(cmd, shell=True): argument
97 run = subprocess.Popen(cmd, shell=shell, stdout=log, stderr=log)
99 logg.info("PID %s = %s", pid, cmd)
278 cmd = "{mirror} start {image} --add-hosts {extras}"
279 out = output(cmd.format(**locals()))
318 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
319 sh____(cmd.format(**locals()))
320 cmd = "docker rm --force {testname}"
321 sx____(cmd.format(**locals()))
322 cmd = "docker run -d --name {testname} {images}:{testname} sleep 60"
323 sh____(cmd.format(**locals()))
325 cmd = "docker exec {testname} ls -l /usr/local/bin"
326 sh____(cmd.format(**locals()))
327 cmd = "docker exec {testname} find /usr/local/include -type f"
328 sh____(cmd.format(**locals()))
329 cmd = "docker exec {testname} bash -c 'ls -l /usr/local/lib64/libzz*'"
330 sh____(cmd.format(**locals()))
332 cmd = "docker exec {testname} bash -c 'test ! -d /usr/local/include/SDL_rwops_zzip'"
333 sh____(cmd.format(**locals()))
334 cmd = "docker exec {testname} rpm -q --whatprovides /usr/lib64/pkgconfig/zlib.pc"
335 sh____(cmd.format(**locals()))
336 cmd = "docker exec {testname} pkg-config --libs zlib"
337 zlib = output(cmd.format(**locals()))
340 cmd = "docker rm --force {testname}"
341 sx____(cmd.format(**locals()))
342 cmd = "docker rmi {saveto}/{savename}:latest"
343 sx____(cmd.format(**locals()))
344 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
345 sh____(cmd.format(**locals()))
346 cmd = "docker rmi {images}:{testname}"
347 sx____(cmd.format(**locals()))
361 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
362 sh____(cmd.format(**locals()))
363 cmd = "docker rm --force {testname}"
364 sx____(cmd.format(**locals()))
365 cmd = "docker run -d --name {testname} {images}:{testname} sleep 60"
366 sh____(cmd.format(**locals()))
368 cmd = "docker exec {testname} ls -l /usr/local/bin"
369 sh____(cmd.format(**locals()))
370 cmd = "docker exec {testname} find /usr/local/include -type f"
371 sh____(cmd.format(**locals()))
372 cmd = "docker exec {testname} bash -c 'ls -l /usr/local/lib64/libzz*'"
373 sh____(cmd.format(**locals()))
375 cmd = "docker exec {testname} bash -c 'test ! -d /usr/local/include/SDL_rwops_zzip'"
376 sh____(cmd.format(**locals()))
377 cmd = "docker exec {testname} rpm -q --whatprovides /usr/lib64/pkgconfig/zlib.pc"
378 sh____(cmd.format(**locals()))
379 cmd = "docker exec {testname} pkg-config --libs zlib"
380 zlib = output(cmd.format(**locals()))
383 cmd = "docker rm --force {testname}"
384 sx____(cmd.format(**locals()))
385 cmd = "docker rmi {saveto}/{savename}:latest"
386 sx____(cmd.format(**locals()))
387 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
388 sh____(cmd.format(**locals()))
389 cmd = "docker rmi {images}:{testname}"
390 sx____(cmd.format(**locals()))
404 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
405 sh____(cmd.format(**locals()))
406 cmd = "docker rm --force {testname}"
407 sx____(cmd.format(**locals()))
408 cmd = "docker run -d --name {testname} {images}:{testname} sleep 60"
409 sh____(cmd.format(**locals()))
411 cmd = "docker exec {testname} ls -l /usr/local/bin"
412 sh____(cmd.format(**locals()))
413 cmd = "docker exec {testname} find /usr/local/include -type f"
414 sh____(cmd.format(**locals()))
415 cmd = "docker exec {testname} bash -c 'ls -l /usr/local/lib64/libzz*'"
416 sh____(cmd.format(**locals()))
418 cmd = "docker exec {testname} bash -c 'test ! -d /usr/local/include/SDL_rwops_zzip'"
419 sh____(cmd.format(**locals()))
420 cmd = "docker exec {testname} rpm -q --whatprovides /usr/lib64/pkgconfig/zlib.pc"
421 sh____(cmd.format(**locals()))
422 cmd = "docker exec {testname} pkg-config --libs zlib"
423 zlib = output(cmd.format(**locals()))
426 cmd = "docker rm --force {testname}"
427 sx____(cmd.format(**locals()))
428 cmd = "docker rmi {saveto}/{savename}:latest"
429 sx____(cmd.format(**locals()))
430 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
431 sh____(cmd.format(**locals()))
432 cmd = "docker rmi {images}:{testname}"
433 sx____(cmd.format(**locals()))
447 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
448 sh____(cmd.format(**locals()))
449 cmd = "docker rm --force {testname}"
450 sx____(cmd.format(**locals()))
451 cmd = "docker run -d --name {testname} {images}:{testname} sleep 60"
452 sh____(cmd.format(**locals()))
454 cmd = "docker exec {testname} ls -l /usr/local/bin"
455 sh____(cmd.format(**locals()))
456 cmd = "docker exec {testname} find /usr/local/include -type f"
457 sh____(cmd.format(**locals()))
458 cmd = "docker exec {testname} bash -c 'ls -l /usr/local/lib64/libzz*'"
459 sh____(cmd.format(**locals()))
461 cmd = "docker exec {testname} bash -c 'test ! -d /usr/local/include/SDL_rwops_zzip'"
462 sh____(cmd.format(**locals()))
463 cmd = "docker exec {testname} rpm -q --whatprovides /usr/lib64/pkgconfig/zlib.pc"
464 sh____(cmd.format(**locals()))
465 cmd = "docker exec {testname} pkg-config --libs zlib"
466 zlib = output(cmd.format(**locals()))
469 cmd = "docker rm --force {testname}"
470 sx____(cmd.format(**locals()))
471 cmd = "docker rmi {saveto}/{savename}:latest"
472 sx____(cmd.format(**locals()))
473 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
474 sh____(cmd.format(**locals()))
475 cmd = "docker rmi {images}:{testname}"
476 sx____(cmd.format(**locals()))
490 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
491 sh____(cmd.format(**locals()))
492 cmd = "docker rm --force {testname}"
493 sx____(cmd.format(**locals()))
494 cmd = "docker run -d --name {testname} {images}:{testname} sleep 600"
495 sh____(cmd.format(**locals()))
497 cmd = "docker exec {testname} ls -l /usr/local/bin"
498 sh____(cmd.format(**locals()))
499 cmd = "docker exec {testname} find /usr/local/include -type f"
500 sh____(cmd.format(**locals()))
501 cmd = "docker exec {testname} bash -c 'ls -l /usr/local/lib/libzz*'"
502 sh____(cmd.format(**locals()))
504 cmd = "docker exec {testname} bash -c 'test ! -d /usr/local/include/SDL_rwops_zzip'"
505 sh____(cmd.format(**locals()))
506 cmd = "docker exec {testname} dpkg -S /usr/lib/x86_64-linux-gnu/pkgconfig/zlib.pc"
507 sh____(cmd.format(**locals()))
508 cmd = "docker exec {testname} pkg-config --libs zlib"
509 zlib = output(cmd.format(**locals()))
512 cmd = "docker rm --force {testname}"
513 sx____(cmd.format(**locals()))
514 cmd = "docker rmi {saveto}/{savename}:latest"
515 sx____(cmd.format(**locals()))
516 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
517 sh____(cmd.format(**locals()))
518 cmd = "docker rmi {images}:{testname}"
519 sx____(cmd.format(**locals()))
533 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
534 sh____(cmd.format(**locals()))
535 cmd = "docker rm --force {testname}"
536 sx____(cmd.format(**locals()))
537 cmd = "docker run -d --name {testname} {images}:{testname} sleep 600"
538 sh____(cmd.format(**locals()))
540 cmd = "docker exec {testname} ls -l /usr/local/bin"
541 sh____(cmd.format(**locals()))
542 cmd = "docker exec {testname} find /usr/local/include -type f"
543 sh____(cmd.format(**locals()))
544 cmd = "docker exec {testname} bash -c 'ls -l /usr/local/lib/libzz*'"
545 sh____(cmd.format(**locals()))
547 cmd = "docker exec {testname} bash -c 'test ! -d /usr/local/include/SDL_rwops_zzip'"
548 sh____(cmd.format(**locals()))
549 cmd = "docker exec {testname} dpkg -S /usr/lib/x86_64-linux-gnu/pkgconfig/zlib.pc"
550 sh____(cmd.format(**locals()))
551 cmd = "docker exec {testname} pkg-config --libs zlib"
552 zlib = output(cmd.format(**locals()))
555 cmd = "docker rm --force {testname}"
556 sx____(cmd.format(**locals()))
557 cmd = "docker rmi {saveto}/{savename}:latest"
558 sx____(cmd.format(**locals()))
559 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
560 sh____(cmd.format(**locals()))
561 cmd = "docker rmi {images}:{testname}"
562 sx____(cmd.format(**locals()))
576 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
577 sh____(cmd.format(**locals()))
578 cmd = "docker rm --force {testname}"
579 sx____(cmd.format(**locals()))
580 cmd = "docker run -d --name {testname} {images}:{testname} sleep 600"
581 sh____(cmd.format(**locals()))
583 cmd = "docker exec {testname} ls -l /usr/local/bin"
584 sh____(cmd.format(**locals()))
585 cmd = "docker exec {testname} find /usr/local/include -type f"
586 sh____(cmd.format(**locals()))
587 cmd = "docker exec {testname} bash -c 'ls -l /usr/local/lib/libzz*'"
588 sh____(cmd.format(**locals()))
590 cmd = "docker exec {testname} bash -c 'test ! -d /usr/local/include/SDL_rwops_zzip'"
591 sh____(cmd.format(**locals()))
592 cmd = "docker exec {testname} dpkg -S /usr/lib/i386-linux-gnu/pkgconfig/zlib.pc"
593 sh____(cmd.format(**locals()))
594 cmd = "docker exec {testname} pkg-config --libs zlib"
595 zlib = output(cmd.format(**locals()))
598 cmd = "docker rm --force {testname}"
599 sx____(cmd.format(**locals()))
600 cmd = "docker rmi {saveto}/{savename}:latest"
601 sx____(cmd.format(**locals()))
602 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
603 sh____(cmd.format(**locals()))
604 cmd = "docker rmi {images}:{testname}"
605 sx____(cmd.format(**locals()))
619 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
620 sh____(cmd.format(**locals()))
621 cmd = "docker rm --force {testname}"
622 sx____(cmd.format(**locals()))
623 cmd = "docker run -d --name {testname} {images}:{testname} sleep 60"
624 sh____(cmd.format(**locals()))
626 cmd = "docker exec {testname} ls -l /usr/local/bin"
627 sh____(cmd.format(**locals()))
628 cmd = "docker exec {testname} find /usr/local/include -type f"
629 sh____(cmd.format(**locals()))
630 cmd = "docker exec {testname} bash -c 'ls -l /usr/local/lib64/libzz*'"
631 sh____(cmd.format(**locals()))
633 cmd = "docker exec {testname} bash -c 'test ! -d /usr/local/include/SDL_rwops_zzip'"
634 sh____(cmd.format(**locals()))
635 cmd = "docker exec {testname} rpm -q --whatprovides /usr/lib64/pkgconfig/zlib.pc"
636 sh____(cmd.format(**locals()))
637 cmd = "docker exec {testname} pkg-config --libs zlib"
638 zlib = output(cmd.format(**locals()))
641 cmd = "docker rm --force {testname}"
642 sx____(cmd.format(**locals()))
643 cmd = "docker rmi {saveto}/{savename}:latest"
644 sx____(cmd.format(**locals()))
645 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
646 sh____(cmd.format(**locals()))
647 cmd = "docker rmi {images}:{testname}"
648 sx____(cmd.format(**locals()))
664 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
665 sh____(cmd.format(**locals()))
666 cmd = "docker rm --force {testname}"
667 sx____(cmd.format(**locals()))
668 cmd = "docker run -d --name {testname} {images}:{testname} sleep 600"
669 sh____(cmd.format(**locals()))
672 cmd = "docker exec {testname} ls -l /usr/local/bin"
673 sh____(cmd.format(**locals()))
675 cmd = "docker rm --force {testname}"
676 sx____(cmd.format(**locals()))
677 cmd = "docker rmi {saveto}/{savename}:latest"
678 sx____(cmd.format(**locals()))
679 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
680 sh____(cmd.format(**locals()))
681 cmd = "docker rmi {images}:{testname}"
682 sx____(cmd.format(**locals()))
698 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
699 sh____(cmd.format(**locals()))
700 cmd = "docker rm --force {testname}"
701 sx____(cmd.format(**locals()))
702 cmd = "docker run -d --name {testname} {images}:{testname} sleep 600"
703 sh____(cmd.format(**locals()))
706 cmd = "docker exec {testname} ls -l /usr/local/bin"
707 sh____(cmd.format(**locals()))
709 cmd = "docker rm --force {testname}"
710 sx____(cmd.format(**locals()))
711 cmd = "docker rmi {saveto}/{savename}:latest"
712 sx____(cmd.format(**locals()))
713 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
714 sh____(cmd.format(**locals()))
715 cmd = "docker rmi {images}:{testname}"
716 sx____(cmd.format(**locals()))
730 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
731 sh____(cmd.format(**locals()))
732 cmd = "docker rm --force {testname}"
733 sx____(cmd.format(**locals()))
734 cmd = "docker run -d --name {testname} {images}:{testname} sleep 60"
735 sh____(cmd.format(**locals()))
737 cmd = "docker exec {testname} ls -l /usr/local/bin"
738 sh____(cmd.format(**locals()))
739 cmd = "docker exec {testname} find /usr/local/include -type f"
740 sh____(cmd.format(**locals()))
741 cmd = "docker exec {testname} bash -c 'ls -l /usr/local/lib64/libzz*'"
742 sh____(cmd.format(**locals()))
744 cmd = "docker exec {testname} bash -c 'test -d /usr/local/include/SDL_rwops_zzip'"
745 sh____(cmd.format(**locals()))
747 cmd = "docker rm --force {testname}"
748 sx____(cmd.format(**locals()))
749 cmd = "docker rmi {saveto}/{savename}:latest"
750 sx____(cmd.format(**locals()))
751 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
752 sh____(cmd.format(**locals()))
753 cmd = "docker rmi {images}:{testname}"
754 sx____(cmd.format(**locals()))
768 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
769 sh____(cmd.format(**locals()))
770 cmd = "docker rm --force {testname}"
771 sx____(cmd.format(**locals()))
772 cmd = "docker run -d --name {testname} {images}:{testname} sleep 60"
773 sh____(cmd.format(**locals()))
775 cmd = "docker exec {testname} ls -l /usr/local/bin"
776 sh____(cmd.format(**locals()))
777 cmd = "docker exec {testname} find /usr/local/include -type f"
778 sh____(cmd.format(**locals()))
779 cmd = "docker exec {testname} bash -c 'ls -l /usr/local/lib64/libzz*'"
780 sh____(cmd.format(**locals()))
782 cmd = "docker exec {testname} bash -c 'test -d /usr/local/include/SDL_rwops_zzip'"
783 sh____(cmd.format(**locals()))
785 cmd = "docker rm --force {testname}"
786 sx____(cmd.format(**locals()))
787 cmd = "docker rmi {saveto}/{savename}:latest"
788 sx____(cmd.format(**locals()))
789 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
790 sh____(cmd.format(**locals()))
791 cmd = "docker rmi {images}:{testname}"
792 sx____(cmd.format(**locals()))
806 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
807 sh____(cmd.format(**locals()))
808 cmd = "docker rm --force {testname}"
809 sx____(cmd.format(**locals()))
810 cmd = "docker run -d --name {testname} {images}:{testname} sleep 60"
811 sh____(cmd.format(**locals()))
813 cmd = "docker exec {testname} ls -l /usr/local/bin"
814 sh____(cmd.format(**locals()))
815 cmd = "docker exec {testname} find /usr/local/include -type f"
816 sh____(cmd.format(**locals()))
817 cmd = "docker exec {testname} bash -c 'ls -l /usr/local/lib64/libzz*'"
818 sh____(cmd.format(**locals()))
820 cmd = "docker exec {testname} bash -c 'test -d /usr/local/include/SDL_rwops_zzip'"
821 sh____(cmd.format(**locals()))
823 cmd = "docker rm --force {testname}"
824 sx____(cmd.format(**locals()))
825 cmd = "docker rmi {saveto}/{savename}:latest"
826 sx____(cmd.format(**locals()))
827 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
828 sh____(cmd.format(**locals()))
829 cmd = "docker rmi {images}:{testname}"
830 sx____(cmd.format(**locals()))
844 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
845 sh____(cmd.format(**locals()))
846 cmd = "docker rm --force {testname}"
847 sx____(cmd.format(**locals()))
848 cmd = "docker run -d --name {testname} {images}:{testname} sleep 60"
849 sh____(cmd.format(**locals()))
851 cmd = "docker exec {testname} ls -l /usr/local/bin"
852 sh____(cmd.format(**locals()))
853 cmd = "docker exec {testname} find /usr/local/include -type f"
854 sh____(cmd.format(**locals()))
855 cmd = "docker exec {testname} bash -c 'ls -l /usr/local/lib64/libzz*'"
856 sh____(cmd.format(**locals()))
858 cmd = "docker exec {testname} bash -c 'test -d /usr/local/include/SDL_rwops_zzip'"
859 sh____(cmd.format(**locals()))
861 cmd = "docker rm --force {testname}"
862 sx____(cmd.format(**locals()))
863 cmd = "docker rmi {saveto}/{savename}:latest"
864 sx____(cmd.format(**locals()))
865 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
866 sh____(cmd.format(**locals()))
867 cmd = "docker rmi {images}:{testname}"
868 sx____(cmd.format(**locals()))
882 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
883 sh____(cmd.format(**locals()))
884 cmd = "docker rm --force {testname}"
885 sx____(cmd.format(**locals()))
886 cmd = "docker run -d --name {testname} {images}:{testname} sleep 600"
887 sh____(cmd.format(**locals()))
889 cmd = "docker exec {testname} ls -l /usr/local/bin"
890 sh____(cmd.format(**locals()))
891 cmd = "docker exec {testname} find /usr/local/include -type f"
892 sh____(cmd.format(**locals()))
893 cmd = "docker exec {testname} bash -c 'ls -l /usr/local/lib/libzz*'"
894 sh____(cmd.format(**locals()))
896 cmd = "docker exec {testname} bash -c 'test -d /usr/local/include/SDL_rwops_zzip'"
897 sh____(cmd.format(**locals()))
899 cmd = "docker rm --force {testname}"
900 sx____(cmd.format(**locals()))
901 cmd = "docker rmi {saveto}/{savename}:latest"
902 sx____(cmd.format(**locals()))
903 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
904 sh____(cmd.format(**locals()))
905 cmd = "docker rmi {images}:{testname}"
906 sx____(cmd.format(**locals()))
920 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
921 sh____(cmd.format(**locals()))
922 cmd = "docker rm --force {testname}"
923 sx____(cmd.format(**locals()))
924 cmd = "docker run -d --name {testname} {images}:{testname} sleep 60"
925 sh____(cmd.format(**locals()))
927 cmd = "docker exec {testname} ls -l /usr/local/bin"
928 sh____(cmd.format(**locals()))
929 cmd = "docker exec {testname} find /usr/local/include -type f"
930 sh____(cmd.format(**locals()))
931 cmd = "docker exec {testname} bash -c 'ls -l /usr/local/lib64/libzz*'"
932 sh____(cmd.format(**locals()))
934 cmd = "docker exec {testname} bash -c 'test -d /usr/local/include/SDL_rwops_zzip'"
935 sh____(cmd.format(**locals()))
937 cmd = "docker rm --force {testname}"
938 sx____(cmd.format(**locals()))
939 cmd = "docker rmi {saveto}/{savename}:latest"
940 sx____(cmd.format(**locals()))
941 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
942 sh____(cmd.format(**locals()))
943 cmd = "docker rmi {images}:{testname}"
944 sx____(cmd.format(**locals()))
958 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
959 sh____(cmd.format(**locals()))
960 cmd = "docker rm --force {testname}"
961 sx____(cmd.format(**locals()))
962 cmd = "docker run -d --name {testname} {images}:{testname} sleep 60"
963 sh____(cmd.format(**locals()))
965 cmd = "docker exec {testname} ls -l /new/usr/local/bin"
966 sh____(cmd.format(**locals()))
967 cmd = "docker exec {testname} find /new/usr/local/include -type f"
968 sh____(cmd.format(**locals()))
969 cmd = "docker exec {testname} bash -c 'ls -l /new/usr/local/lib64/libzz*'"
970 sh____(cmd.format(**locals()))
972 cmd = "docker exec {testname} bash -c 'test -d /new/usr/local/include/SDL_rwops_zzip'"
973 sh____(cmd.format(**locals()))
975 cmd = "docker rm --force {testname}"
976 sx____(cmd.format(**locals()))
977 cmd = "docker rmi {saveto}/{savename}:latest"
978 sx____(cmd.format(**locals()))
979 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
980 sh____(cmd.format(**locals()))
981 cmd = "docker rmi {images}:{testname}"
982 sx____(cmd.format(**locals()))
996 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
997 sh____(cmd.format(**locals()))
998 cmd = "docker rm --force {testname}"
999 sx____(cmd.format(**locals()))
1000 cmd = "docker run -d --name {testname} {images}:{testname} sleep 60"
1001 sh____(cmd.format(**locals()))
1003 cmd = "docker exec {testname} ls -l /new/usr/local/bin"
1004 sh____(cmd.format(**locals()))
1005 cmd = "docker exec {testname} find /new/usr/local/include -type f"
1006 sh____(cmd.format(**locals()))
1007 cmd = "docker exec {testname} bash -c 'ls -l /new/usr/local/lib64/libzz*'"
1008 sh____(cmd.format(**locals()))
1010 cmd = "docker exec {testname} bash -c 'test -d /new/usr/local/include/SDL_rwops_zzip'"
1011 sh____(cmd.format(**locals()))
1013 cmd = "docker rm --force {testname}"
1014 sx____(cmd.format(**locals()))
1015 cmd = "docker rmi {saveto}/{savename}:latest"
1016 sx____(cmd.format(**locals()))
1017 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
1018 sh____(cmd.format(**locals()))
1019 cmd = "docker rmi {images}:{testname}"
1020 sx____(cmd.format(**locals()))
1034 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
1035 sh____(cmd.format(**locals()))
1036 cmd = "docker rm --force {testname}"
1037 sx____(cmd.format(**locals()))
1038 cmd = "docker run -d --name {testname} {images}:{testname} sleep 600"
1039 sh____(cmd.format(**locals()))
1042 cmd = "docker exec {testname} find src -name *.xml"
1043 sh____(cmd.format(**locals()))
1045 cmd = "docker rm --force {testname}"
1046 sx____(cmd.format(**locals()))
1047 cmd = "docker rmi {saveto}/{savename}:latest"
1048 sx____(cmd.format(**locals()))
1049 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
1050 sh____(cmd.format(**locals()))
1051 cmd = "docker rmi {images}:{testname}"
1052 sx____(cmd.format(**locals()))
1064 cmd = "docker rm --force {testname}"
1065 sx____(cmd.format(**locals()))
1066 cmd = "docker run -d --name {testname} {saveto}/{savename} sleep 60"
1067 sh____(cmd.format(**locals()))
1071cmd = "docker exec {testname} bash -c 'cd src/build/test && python3 ../../test/zziptests.py test_6…
1072 sh____(cmd.format(**locals()))
1073cmd = "docker exec {testname} bash -c 'cd src/build/test && python3 ../../test/zziptests.py test_6…
1074 sh____(cmd.format(**locals()))
1075cmd = "docker exec {testname} bash -c 'cd src/build/test && python3 ../../test/zziptests.py test_6…
1076 sh____(cmd.format(**locals()))
1077cmd = "docker exec {testname} bash -c 'cd src/build/test && python3 ../../test/zziptests.py test_6…
1078 sh____(cmd.format(**locals()))
1080 cmd = "docker rm --force {testname}"
1081 sx____(cmd.format(**locals()))
1095 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
1096 sh____(cmd.format(**locals()))
1097 cmd = "docker rm --force {testname}"
1098 sx____(cmd.format(**locals()))
1099 cmd = "docker run -d --name {testname} {images}:{testname} sleep 60"
1100 sh____(cmd.format(**locals()))
1102 cmd = "docker exec {testname} ls -l /usr/local/bin"
1103 sh____(cmd.format(**locals()))
1104 cmd = "docker exec {testname} find /usr/local/include -type f"
1105 sh____(cmd.format(**locals()))
1106 cmd = "docker exec {testname} bash -c 'ls -l /usr/local/lib64/libzz*'"
1107 sh____(cmd.format(**locals()))
1109 cmd = "docker exec {testname} bash -c 'test -d /usr/local/include/SDL_rwops_zzip'"
1110 sh____(cmd.format(**locals()))
1112 cmd = "docker rm --force {testname}"
1113 sx____(cmd.format(**locals()))
1114 cmd = "docker rmi {saveto}/{savename}:latest"
1115 sx____(cmd.format(**locals()))
1116 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
1117 sh____(cmd.format(**locals()))
1118 cmd = "docker rmi {images}:{testname}"
1119 sx____(cmd.format(**locals()))
1133 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
1134 sh____(cmd.format(**locals()))
1135 cmd = "docker rm --force {testname}"
1136 sx____(cmd.format(**locals()))
1137 cmd = "docker run -d --name {testname} {images}:{testname} sleep 60"
1138 sh____(cmd.format(**locals()))
1140 cmd = "docker exec {testname} ls -l /usr/local/bin"
1141 sh____(cmd.format(**locals()))
1142 cmd = "docker exec {testname} find /usr/local/include -type f"
1143 sh____(cmd.format(**locals()))
1145 cmd = "docker exec {testname} bash -c 'test ! -d /usr/local/include/zzip/types.h'"
1146 sh____(cmd.format(**locals()))
1147 cmd = "docker exec {testname} bash -c 'test -d /usr/local/share/doc/zziplib'"
1148 sh____(cmd.format(**locals()))
1149 cmd = "docker exec {testname} bash -c 'test -f /usr/local/share/man/man3/zzip_opendir.3'"
1150 sh____(cmd.format(**locals()))
1152 cmd = "docker rm --force {testname}"
1153 sx____(cmd.format(**locals()))
1154 cmd = "docker rmi {saveto}/{savename}:latest"
1155 sx____(cmd.format(**locals()))
1156 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
1157 sh____(cmd.format(**locals()))
1158 cmd = "docker rmi {images}:{testname}"
1159 sx____(cmd.format(**locals()))
1174 cmd = "docker {build} . -f {dockerfile} {addhosts} --tag {images}:{testname}"
1175 sh____(cmd.format(**locals()))
1176 cmd = "docker rm --force {testname}"
1177 sx____(cmd.format(**locals()))
1178 cmd = "docker run -d --name {testname} {images}:{testname} sleep 600"
1179 sh____(cmd.format(**locals()))
1181 cmd = "docker exec {testname} ls -l /usr/local/bin"
1182 sh____(cmd.format(**locals()))
1183 cmd = "docker exec {testname} find /usr/local/include -type f"
1184 sh____(cmd.format(**locals()))
1186 cmd = "docker exec {testname} bash -c 'test ! -d /usr/local/include/zzip/types.h'"
1187 sh____(cmd.format(**locals()))
1188 cmd = "docker exec {testname} bash -c 'test -d /usr/local/share/doc/zziplib'"
1189 sh____(cmd.format(**locals()))
1190 cmd = "docker exec {testname} bash -c 'test -f /usr/local/share/man/man3/zzip_opendir.3'"
1191 sh____(cmd.format(**locals()))
1193 cmd = "docker rm --force {testname}"
1194 sx____(cmd.format(**locals()))
1195 cmd = "docker rmi {saveto}/{savename}:latest"
1196 sx____(cmd.format(**locals()))
1197 cmd = "docker tag {images}:{testname} {saveto}/{savename}:latest"
1198 sh____(cmd.format(**locals()))
1199 cmd = "docker rmi {images}:{testname}"
1200 sx____(cmd.format(**locals()))
1216 cmd = "docker rm --force {testname1}"
1217 sx____(cmd.format(**locals()))
1218 cmd = "docker rm --force {testname2}"
1219 sx____(cmd.format(**locals()))
1220 cmd = "docker run -d --name {testname1} {addhosts} {saveto}/{savename1} sleep 600"
1221 sh____(cmd.format(**locals()))
1222 cmd = "docker run -d --name {testname2} {addhosts} {saveto}/{savename2} sleep 600"
1224 sh____(cmd.format(**locals()))
1225 cmd = "docker exec {testname2} bash -c 'cd /usr/local && tar czvf /local.tgz .'"
1226 sh____(cmd.format(**locals()))
1227 cmd = "docker cp {testname2}:/local.tgz tmp.local.tgz"
1228 sh____(cmd.format(**locals()))
1229 cmd = "docker cp tmp.local.tgz {testname1}:/local.tgz"
1230 sh____(cmd.format(**locals()))
1231 cmd = "rm tmp.local.tgz"
1232 sh____(cmd.format(**locals()))
1233 cmd = "docker exec {testname1} mkdir -p /new/local"
1234 sh____(cmd.format(**locals()))
1235 cmd = "docker exec {testname1} bash -c 'cd /new/local && tar xzvf /local.tgz'"
1236 sh____(cmd.format(**locals()))
1248cmd = "docker exec {testname1} bash -c 'find /usr/local -name *.pc -exec sed -i -e {A} -e {B} -e {…
1249 sh____(cmd.format(**locals()))
1250cmd = "docker exec {testname1} bash -c 'find /usr/local -name zzip-zlib-config.pc -exec rm -v {ite…
1251 sh____(cmd.format(**locals()))
1252cmd = "docker exec {testname1} bash -c 'find /usr/local -name *.la -exec rm -v {item} {end}'"
1253 sh____(cmd.format(**locals()))
1254cmd = "docker exec {testname1} bash -c 'find /new/local -name *-0.so -exec rm -v {item} {end}'"
1255 sh____(cmd.format(**locals()))
1256cmd = "docker exec {testname1} diff -uw /usr/local/include/zzip/_config.h /new/local/include/zzip/…
1257 sx____(cmd.format(**locals()))
1258cmd = "docker exec {testname1} diff -urw --no-dereference /usr/local /new/local --exclude _config.…
1259 sx____(cmd.format(**locals()))
1260 out = output(cmd.format(**locals()))
1266 cmd = "docker rm --force {testname1}"
1267 sx____(cmd.format(**locals()))
1268 cmd = "docker rm --force {testname2}"
1269 sx____(cmd.format(**locals()))
1285 cmd = "docker rm --force {testname1}"
1286 sx____(cmd.format(**locals()))
1287 cmd = "docker rm --force {testname2}"
1288 sx____(cmd.format(**locals()))
1289 cmd = "docker run -d --name {testname1} {addhosts} {saveto}/{savename1} sleep 600"
1290 sh____(cmd.format(**locals()))
1291 cmd = "docker run -d --name {testname2} {addhosts} {saveto}/{savename2} sleep 600"
1293 sh____(cmd.format(**locals()))
1294 cmd = "docker exec {testname2} bash -c 'cd /usr/local && tar czvf /local.tgz .'"
1295 sh____(cmd.format(**locals()))
1296 cmd = "docker cp {testname2}:/local.tgz tmp.local.tgz"
1297 sh____(cmd.format(**locals()))
1298 cmd = "docker cp tmp.local.tgz {testname1}:/local.tgz"
1299 sh____(cmd.format(**locals()))
1300 cmd = "rm tmp.local.tgz"
1301 sh____(cmd.format(**locals()))
1302 cmd = "docker exec {testname1} mkdir -p /new/local"
1303 sh____(cmd.format(**locals()))
1304 cmd = "docker exec {testname1} bash -c 'cd /new/local && tar xzvf /local.tgz'"
1305 sh____(cmd.format(**locals()))
1317cmd = "docker exec {testname1} bash -c 'find /usr/local -name *.pc -exec sed -i -e {A} -e {B} -e {…
1318 sh____(cmd.format(**locals()))
1319cmd = "docker exec {testname1} bash -c 'find /usr/local -name zzip-zlib-config.pc -exec rm -v {ite…
1320 sh____(cmd.format(**locals()))
1321cmd = "docker exec {testname1} bash -c 'find /usr/local -name *.la -exec rm -v {item} {end}'"
1322 sh____(cmd.format(**locals()))
1323cmd = "docker exec {testname1} bash -c 'find /new/local -name *-0.so -exec rm -v {item} {end}'"
1324 sh____(cmd.format(**locals()))
1325cmd = "docker exec {testname1} diff -uw /usr/local/include/zzip/_config.h /new/local/include/zzip/…
1326 sx____(cmd.format(**locals()))
1327cmd = "docker exec {testname1} diff -urw --no-dereference /usr/local /new/local --exclude _config.…
1328 sx____(cmd.format(**locals()))
1329 out = output(cmd.format(**locals()))
1335 cmd = "docker rm --force {testname1}"
1336 sx____(cmd.format(**locals()))
1337 cmd = "docker rm --force {testname2}"
1338 sx____(cmd.format(**locals()))
1354 cmd = "docker rm --force {testname1}"
1355 sx____(cmd.format(**locals()))
1356 cmd = "docker rm --force {testname2}"
1357 sx____(cmd.format(**locals()))
1358 cmd = "docker run -d --name {testname1} {addhosts} {saveto}/{savename1} sleep 600"
1359 sh____(cmd.format(**locals()))
1360 cmd = "docker run -d --name {testname2} {addhosts} {saveto}/{savename2} sleep 600"
1362 sh____(cmd.format(**locals()))
1363 cmd = "docker exec {testname2} bash -c 'cd /usr/local && tar czvf /local.tgz .'"
1364 sh____(cmd.format(**locals()))
1365 cmd = "docker cp {testname2}:/local.tgz tmp.local.tgz"
1366 sh____(cmd.format(**locals()))
1367 cmd = "docker cp tmp.local.tgz {testname1}:/local.tgz"
1368 sh____(cmd.format(**locals()))
1369 cmd = "rm tmp.local.tgz"
1370 sh____(cmd.format(**locals()))
1371 cmd = "docker exec {testname1} mkdir -p /new/local"
1372 sh____(cmd.format(**locals()))
1373 cmd = "docker exec {testname1} bash -c 'cd /new/local && tar xzvf /local.tgz'"
1374 sh____(cmd.format(**locals()))
1386cmd = "docker exec {testname1} bash -c 'find /usr/local -name *.pc -exec sed -i -e {A} -e {B} -e {…
1387 sh____(cmd.format(**locals()))
1388cmd = "docker exec {testname1} bash -c 'find /usr/local -name zzip-zlib-config.pc -exec rm -v {ite…
1389 sh____(cmd.format(**locals()))
1390cmd = "docker exec {testname1} bash -c 'find /usr/local -name *.la -exec rm -v {item} {end}'"
1391 sh____(cmd.format(**locals()))
1392cmd = "docker exec {testname1} bash -c 'find /new/local -name *-0.so -exec rm -v {item} {end}'"
1393 sh____(cmd.format(**locals()))
1394cmd = "docker exec {testname1} diff -uw /usr/local/include/zzip/_config.h /new/local/include/zzip/…
1395 sx____(cmd.format(**locals()))
1396cmd = "docker exec {testname1} diff -urw --no-dereference /usr/local /new/local --exclude _config.…
1397 sx____(cmd.format(**locals()))
1398 out = output(cmd.format(**locals()))
1404 cmd = "docker rm --force {testname1}"
1405 sx____(cmd.format(**locals()))
1406 cmd = "docker rm --force {testname2}"
1407 sx____(cmd.format(**locals()))
1423 cmd = "docker rm --force {testname1}"
1424 sx____(cmd.format(**locals()))
1425 cmd = "docker rm --force {testname2}"
1426 sx____(cmd.format(**locals()))
1427 cmd = "docker run -d --name {testname1} {addhosts} {saveto}/{savename1} sleep 600"
1428 sh____(cmd.format(**locals()))
1429 cmd = "docker run -d --name {testname2} {addhosts} {saveto}/{savename2} sleep 600"
1431 sh____(cmd.format(**locals()))
1432 cmd = "docker exec {testname2} bash -c 'cd /usr/local && tar czvf /local.tgz .'"
1433 sh____(cmd.format(**locals()))
1434 cmd = "docker cp {testname2}:/local.tgz tmp.local.tgz"
1435 sh____(cmd.format(**locals()))
1436 cmd = "docker cp tmp.local.tgz {testname1}:/local.tgz"
1437 sh____(cmd.format(**locals()))
1438 cmd = "rm tmp.local.tgz"
1439 sh____(cmd.format(**locals()))
1440 cmd = "docker exec {testname1} mkdir -p /new/local"
1441 sh____(cmd.format(**locals()))
1442 cmd = "docker exec {testname1} bash -c 'cd /new/local && tar xzvf /local.tgz'"
1443 sh____(cmd.format(**locals()))
1455cmd = "docker exec {testname1} bash -c 'find /usr/local -name *.pc -exec sed -i -e {A} -e {B} -e {…
1456 sh____(cmd.format(**locals()))
1457cmd = "docker exec {testname1} bash -c 'find /usr/local -name zzip-zlib-config.pc -exec rm -v {ite…
1458 sh____(cmd.format(**locals()))
1459cmd = "docker exec {testname1} bash -c 'find /usr/local -name *.la -exec rm -v {item} {end}'"
1460 sh____(cmd.format(**locals()))
1461cmd = "docker exec {testname1} bash -c 'find /new/local -name *-0.so -exec rm -v {item} {end}'"
1462 sh____(cmd.format(**locals()))
1463cmd = "docker exec {testname1} diff -uw /usr/local/include/zzip/_config.h /new/local/include/zzip/…
1464 sx____(cmd.format(**locals()))
1465cmd = "docker exec {testname1} diff -urw --no-dereference /usr/local /new/local --exclude _config.…
1466 sx____(cmd.format(**locals()))
1467 out = output(cmd.format(**locals()))
1473 cmd = "docker rm --force {testname1}"
1474 sx____(cmd.format(**locals()))
1475 cmd = "docker rm --force {testname2}"
1476 sx____(cmd.format(**locals()))
1492 cmd = "docker rm --force {testname1}"
1493 sx____(cmd.format(**locals()))
1494 cmd = "docker rm --force {testname2}"
1495 sx____(cmd.format(**locals()))
1496 cmd = "docker run -d --name {testname1} {addhosts} {saveto}/{savename1} sleep 600"
1497 sh____(cmd.format(**locals()))
1498 cmd = "docker run -d --name {testname2} {addhosts} {saveto}/{savename2} sleep 600"
1500 sh____(cmd.format(**locals()))
1501 cmd = "docker exec {testname2} bash -c 'cd /new/usr/local && tar czvf /local.tgz .'"
1502 sh____(cmd.format(**locals()))
1503 cmd = "docker cp {testname2}:/local.tgz tmp.local.tgz"
1504 sh____(cmd.format(**locals()))
1505 cmd = "docker cp tmp.local.tgz {testname1}:/local.tgz"
1506 sh____(cmd.format(**locals()))
1507 cmd = "rm tmp.local.tgz"
1508 sh____(cmd.format(**locals()))
1509 cmd = "docker exec {testname1} mkdir -p /new/local"
1510 sh____(cmd.format(**locals()))
1511 cmd = "docker exec {testname1} bash -c 'cd /new/local && tar xzvf /local.tgz'"
1512 sh____(cmd.format(**locals()))
1517cmd = "docker exec {testname1} bash -c 'cd /new/local && (for u in {DIRS}; do mkdir -pv $u; done)'"
1518 sh____(cmd.format(**locals()))
1521 cmd = "docker exec {testname1} diff -urw --no-dereference /usr/local /new/local"
1522 sx____(cmd.format(**locals()))
1523 out = output(cmd.format(**locals()))
1529 cmd = "docker rm --force {testname1}"
1530 sx____(cmd.format(**locals()))
1531 cmd = "docker rm --force {testname2}"
1532 sx____(cmd.format(**locals()))
1548 cmd = "docker rm --force {testname1}"
1549 sx____(cmd.format(**locals()))
1550 cmd = "docker rm --force {testname2}"
1551 sx____(cmd.format(**locals()))
1552 cmd = "docker run -d --name {testname1} {addhosts} {saveto}/{savename1} sleep 600"
1553 sh____(cmd.format(**locals()))
1554 cmd = "docker run -d --name {testname2} {addhosts} {saveto}/{savename2} sleep 600"
1556 sh____(cmd.format(**locals()))
1557 cmd = "docker exec {testname2} bash -c 'cd /new/usr/local && tar czvf /local.tgz .'"
1558 sh____(cmd.format(**locals()))
1559 cmd = "docker cp {testname2}:/local.tgz tmp.local.tgz"
1560 sh____(cmd.format(**locals()))
1561 cmd = "docker cp tmp.local.tgz {testname1}:/local.tgz"
1562 sh____(cmd.format(**locals()))
1563 cmd = "rm tmp.local.tgz"
1564 sh____(cmd.format(**locals()))
1565 cmd = "docker exec {testname1} mkdir -p /new/local"
1566 sh____(cmd.format(**locals()))
1567 cmd = "docker exec {testname1} bash -c 'cd /new/local && tar xzvf /local.tgz'"
1568 sh____(cmd.format(**locals()))
1573cmd = "docker exec {testname1} bash -c 'cd /new/local && (for u in {DIRS}; do mkdir -pv $u; done)'"
1574 sh____(cmd.format(**locals()))
1577 cmd = "docker exec {testname1} diff -urw --no-dereference /usr/local /new/local"
1578 sx____(cmd.format(**locals()))
1579 out = output(cmd.format(**locals()))
1585 cmd = "docker rm --force {testname1}"
1586 sx____(cmd.format(**locals()))
1587 cmd = "docker rm --force {testname2}"
1588 sx____(cmd.format(**locals()))
1604 cmd = "docker rm --force {testname1}"
1605 sx____(cmd.format(**locals()))
1606 cmd = "docker rm --force {testname2}"
1607 sx____(cmd.format(**locals()))
1608 cmd = "docker run -d --name {testname1} {addhosts} {saveto}/{savename1} sleep 600"
1609 sh____(cmd.format(**locals()))
1610 cmd = "docker run -d --name {testname2} {addhosts} {saveto}/{savename2} sleep 600"
1612 sh____(cmd.format(**locals()))
1613 cmd = "docker exec {testname2} bash -c 'cd /usr/local && tar czvf /local.tgz .'"
1614 sh____(cmd.format(**locals()))
1615 cmd = "docker cp {testname2}:/local.tgz tmp.local.tgz"
1616 sh____(cmd.format(**locals()))
1617 cmd = "docker cp tmp.local.tgz {testname1}:/local.tgz"
1618 sh____(cmd.format(**locals()))
1619 cmd = "rm tmp.local.tgz"
1620 sh____(cmd.format(**locals()))
1621 cmd = "docker exec {testname1} mkdir -p /new/local"
1622 sh____(cmd.format(**locals()))
1623 cmd = "docker exec {testname1} bash -c 'cd /new/local && tar xzvf /local.tgz'"
1624 sh____(cmd.format(**locals()))
1628 cmd = "docker exec {testname1} diff -urw --no-dereference /usr/local /new/local"
1629 sx____(cmd.format(**locals()))
1630 out = output(cmd.format(**locals()))
1636 cmd = "docker rm --force {testname1}"
1637 sx____(cmd.format(**locals()))
1638 cmd = "docker rm --force {testname2}"
1639 sx____(cmd.format(**locals()))
1655 cmd = "docker rm --force {testname1}"
1656 sx____(cmd.format(**locals()))
1657 cmd = "docker rm --force {testname2}"
1658 sx____(cmd.format(**locals()))
1659 cmd = "docker run -d --name {testname1} {addhosts} {saveto}/{savename1} sleep 600"
1660 sh____(cmd.format(**locals()))
1661 cmd = "docker run -d --name {testname2} {addhosts} {saveto}/{savename2} sleep 600"
1663 sh____(cmd.format(**locals()))
1664 cmd = "docker exec {testname2} bash -c 'cd /usr/local && tar czvf /local.tgz .'"
1665 sh____(cmd.format(**locals()))
1666 cmd = "docker cp {testname2}:/local.tgz tmp.local.tgz"
1667 sh____(cmd.format(**locals()))
1668 cmd = "docker cp tmp.local.tgz {testname1}:/local.tgz"
1669 sh____(cmd.format(**locals()))
1670 cmd = "rm tmp.local.tgz"
1671 sh____(cmd.format(**locals()))
1672 cmd = "docker exec {testname1} mkdir -p /new/local"
1673 sh____(cmd.format(**locals()))
1674 cmd = "docker exec {testname1} bash -c 'cd /new/local && tar xzvf /local.tgz'"
1675 sh____(cmd.format(**locals()))
1677 cmd = "docker exec {testname1} bash -c 'cd /usr/local/share/doc/zziplib && mv man/html .'"
1678 sh____(cmd.format(**locals()))
1679 cmd = "docker exec {testname1} bash -c 'cd /usr/local/share/doc/zziplib && rm -rf man'"
1680 sh____(cmd.format(**locals()))
1681 cmd = "docker exec {testname1} bash -c 'cd /usr/local/share/doc/zziplib && mv html man'"
1682 sh____(cmd.format(**locals()))
1685 cmd = "docker exec {testname1} diff -urw --no-dereference --brief /usr/local /new/local"
1686 sx____(cmd.format(**locals()))
1687 out = output(cmd.format(**locals()))
1693 cmd = "docker exec {testname1} diff -urw --no-dereference /usr/local /new/local"
1694 sx____(cmd.format(**locals()))
1696 cmd = "docker rm --force {testname1}"
1697 sx____(cmd.format(**locals()))
1698 cmd = "docker rm --force {testname2}"
1699 sx____(cmd.format(**locals()))