diff options
author | makefu <github@syntax-fehler.de> | 2014-03-07 16:04:34 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-03-07 16:04:34 +0100 |
commit | e0a6751890271e073f756cabdf1b9bcdb068712e (patch) | |
tree | 7b051b181a4f2b63811ad7da1fad3f6919cad345 /ship/t/docker | |
parent | dfd5330226d0cd3163cfe92508e29ae7c517498c (diff) |
unfix all the docker tests, sorry :(
Diffstat (limited to 'ship/t/docker')
-rwxr-xr-x | ship/t/docker/docker_remote_punani.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ship/t/docker/docker_remote_punani.sh b/ship/t/docker/docker_remote_punani.sh index c006f013..1eab1a42 100755 --- a/ship/t/docker/docker_remote_punani.sh +++ b/ship/t/docker/docker_remote_punani.sh @@ -1,5 +1,5 @@ #!/bin/sh cd $(dirname $(readlink -f $0)) -docker_id=$(docker run -rm=true -d -v $PWD/punani/:/test ubuntu /bin/sh /test/remote_punani) +docker_id=$(docker run -d -v $PWD/punani/:/test ubuntu /bin/sh /test/remote_punani) trap "docker rm $docker_id" INT TERM EXIT QUIT docker wait $docker_id |