]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
suite.py: defaulting newest to 10 means it's always enabled 887/head
authorDan Mick <dan.mick@redhat.com>
Tue, 28 Jun 2016 00:01:09 +0000 (17:01 -0700)
committerDan Mick <dan.mick@redhat.com>
Tue, 28 Jun 2016 00:01:09 +0000 (17:01 -0700)
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 <dan.mick@redhat.com>
scripts/suite.py

index b37433d1d7078ee99d7e4dc0a9fae2191407f591..3907ad41aa6546d23be7cf943440fe4ef4e57740 100644 (file)
@@ -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 <newest> commits [default: 10]
+                              up to <newest> commits [default: 0]
   -k <kernel>, --kernel <kernel>
                               The kernel branch to run against; if not
                               supplied, the installed kernel is unchanged