mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 01:18:26 +00:00
tests - run docker cp in a shell
This commit is contained in:
parent
f2ac7bca74
commit
410212b158
1 changed files with 1 additions and 1 deletions
|
|
@ -122,4 +122,4 @@ class LinuxTest(Test) :
|
|||
return run("docker exec linux-" + distro + " /bin/bash -c \"" + cmd_linux + "\"", shell=True)
|
||||
|
||||
def docker_cp(distro, src, dst) :
|
||||
return run("docker cp " + src + " linux-" + distro + ":" + dst)
|
||||
return run("docker cp " + src + " linux-" + distro + ":" + dst, shell=True)
|
||||
Loading…
Reference in a new issue