On a test failure only show the last 100 lines of daemon output.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
1b5b407619
commit
abde64d610
2 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ VENV=/code/.tox/py27
|
|||
mkdir -p `pwd`/dist
|
||||
chmod 777 `pwd`/dist
|
||||
|
||||
$VENV/bin/pip install -r requirements-build.txt
|
||||
$VENV/bin/pip install -q -r requirements-build.txt
|
||||
su -c "$VENV/bin/pyinstaller docker-compose.spec" user
|
||||
mv dist/docker-compose $TARGET
|
||||
$TARGET version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue