Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request #192 from mozilla-services/1057449-too-much-travis…
Browse files Browse the repository at this point in the history
…-logs

Bug 1057449 — Hide loadtest build travis logs except for errors.
  • Loading branch information
tarekziade committed Aug 27, 2014
2 parents 8a91c8f + 559a475 commit cf7c32f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,3 +9,4 @@ circus/*.log
heka*.log
*.pyc
loadtests/venv/
loadtest.log
9 changes: 5 additions & 4 deletions loadtests/Makefile
Expand Up @@ -10,10 +10,11 @@ INSTALL = ARCHFLAGS=$(ARCHFLAGS) ./venv/bin/pip install
# Build virtualenv, to ensure we have all the dependencies.
build:
virtualenv --no-site-packages ./venv
$(INSTALL) pexpect
$(INSTALL) gevent
$(INSTALL) git+git://github.com/mozilla-services/loads.git
$(INSTALL) git+git://github.com/mozilla-services/requests-hawk.git
$(INSTALL) pexpect >> loadtest.log && \
$(INSTALL) gevent >> loadtest.log && \
$(INSTALL) git+git://github.com/mozilla-services/loads.git >> loadtest.log && \
$(INSTALL) git+git://github.com/mozilla-services/requests-hawk.git >> loadtest.log && \
rm loadtest.log || cat loadtest.log

install: build

Expand Down

0 comments on commit cf7c32f

Please sign in to comment.