Skip to content

Commit

Permalink
Disable verbose logging in CI testing
Browse files Browse the repository at this point in the history
There are so many tests that get printed now that we cause the Travis
job to error out because the logs are too large.
  • Loading branch information
joguSD committed Apr 30, 2020
1 parent fa9b27b commit 2885ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ def run(command):


run('nosetests --with-coverage --cover-erase --cover-package botocore '
'--with-xunit --cover-xml -v unit/ functional/')
'--with-xunit --cover-xml unit/ functional/')

0 comments on commit 2885ac6

Please sign in to comment.