From c124507c15c53dc925af5166f1f4fac3d6ab16c3 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Fri, 2 Oct 2015 17:11:00 +0000 Subject: [PATCH] does it still hang if we pipe in /dev/null to stdin? --- tests/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-tests.sh b/tests/run-tests.sh index d458045..bec3582 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -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 \