mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
does it still hang if we don't really run anything inside docker?
This commit is contained in:
parent
314462a83c
commit
e1474133b6
@ -9,11 +9,12 @@ user=$(id -un)
|
|||||||
|
|
||||||
for python in python2.7 python3.4
|
for python in python2.7 python3.4
|
||||||
do
|
do
|
||||||
docker run --net=host --rm --volume="$script_dir/..:/rethinkstuff" internetarchive/rethinkdb /sbin/my_init -- \
|
docker run --rm --volume="$script_dir/..:/rethinkstuff" internetarchive/rethinkdb /sbin/my_init -- \
|
||||||
bash -x -c "cd /rethinkstuff \
|
true
|
||||||
&& virtualenv -p $python /tmp/venv \
|
# bash -x -c "cd /rethinkstuff \
|
||||||
&& source /tmp/venv/bin/activate \
|
# && virtualenv -p $python /tmp/venv \
|
||||||
&& pip install pytest . \
|
# && source /tmp/venv/bin/activate \
|
||||||
&& py.test -v -s tests"
|
# && pip install pytest . \
|
||||||
|
# && py.test -v -s tests"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user