test stuff

This commit is contained in:
Adam Ierymenko 2015-10-28 14:16:58 -07:00
commit 07c1b4ddee
4 changed files with 83 additions and 80 deletions

7
tests/http/docker-main.sh Normal file → Executable file
View file

@ -3,4 +3,9 @@
export PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin
/zerotier-one -d
exec node --harmony /agent.js
while [ ! -d "/proc/sys/net/ipv6/conf/zt0" ]; do
sleep 0.25
done
exec node --harmony /agent.js >>agent.out 2>&1