does it still hang if we pipe in /dev/null to stdin?

This commit is contained in:
Noah Levitt 2015-10-02 17:11:00 +00:00
parent e1474133b6
commit c124507c15

View File

@ -10,7 +10,7 @@ user=$(id -un)
for python in python2.7 python3.4
do
docker run --rm --volume="$script_dir/..:/rethinkstuff" internetarchive/rethinkdb /sbin/my_init -- \
true
true < /dev/null
# bash -x -c "cd /rethinkstuff \
# && virtualenv -p $python /tmp/venv \
# && source /tmp/venv/bin/activate \