From: Dan Mick Date: Tue, 28 Jun 2016 00:01:09 +0000 (-0700) Subject: suite.py: defaulting newest to 10 means it's always enabled X-Git-Tag: 1.1.0~590^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F887%2Fhead;p=teuthology.git suite.py: defaulting newest to 10 means it's always enabled Even if --newest isn't supplied, docopts will create it and set it to the default. Change the default to 0. Signed-off-by: Dan Mick --- diff --git a/scripts/suite.py b/scripts/suite.py index b37433d1..3907ad41 100644 --- a/scripts/suite.py +++ b/scripts/suite.py @@ -39,7 +39,7 @@ Standard arguments: Search for the newest revision built on all required distro/versions, starting from either --ceph or --sha1, backtracking - up to commits [default: 10] + up to commits [default: 0] -k , --kernel The kernel branch to run against; if not supplied, the installed kernel is unchanged