From 314462a83c18936350eb2f365b5d70f8ff5c36c7 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Thu, 1 Oct 2015 19:05:10 -0700 Subject: [PATCH] remove -i and -t flags so travis won't hang? --- 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 4b5156e..ffc3fdd 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -9,7 +9,7 @@ user=$(id -un) for python in python2.7 python3.4 do - docker run --net=host --rm -i -t --volume="$script_dir/..:/rethinkstuff" internetarchive/rethinkdb /sbin/my_init -- \ + docker run --net=host --rm --volume="$script_dir/..:/rethinkstuff" internetarchive/rethinkdb /sbin/my_init -- \ bash -x -c "cd /rethinkstuff \ && virtualenv -p $python /tmp/venv \ && source /tmp/venv/bin/activate \