From 89c01c5c4cbcae75983aa096664701fb85565329 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Mon, 27 Jun 2016 17:01:09 -0700 Subject: [PATCH] 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 --- scripts/suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/suite.py b/scripts/suite.py index b37433d1d7..3907ad41aa 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 -- 2.39.5