Vendor dockerpty at c8b493553477c9a57d163c71c97b2102f44a6ce7
Include TLS fixes and relative imports:
c8b4935534
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
b318585f3c
commit
60411e9f05
10 changed files with 703 additions and 12 deletions
11
script/test
11
script/test
|
|
@ -1,5 +1,12 @@
|
|||
#!/bin/sh
|
||||
set -ex
|
||||
|
||||
target="tests"
|
||||
|
||||
if [[ -n "$@" ]]; then
|
||||
target="$@"
|
||||
fi
|
||||
|
||||
docker build -t fig .
|
||||
docker run -v /var/run/docker.sock:/var/run/docker.sock fig flake8 fig
|
||||
docker run -v /var/run/docker.sock:/var/run/docker.sock fig nosetests $@
|
||||
docker run -v /var/run/docker.sock:/var/run/docker.sock fig flake8 --exclude=packages fig
|
||||
docker run -v /var/run/docker.sock:/var/run/docker.sock fig nosetests $target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue