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:
Daniel Nephin 2015-11-02 13:43:29 -05:00
commit abde64d610
2 changed files with 3 additions and 2 deletions

View file

@ -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