From 7163e89b83e31a9c7eaa11a2f9a55001ac6f58bb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 23 Aug 2013 22:36:01 -0700 Subject: [PATCH] suite: allow individual files to be scheduled Signed-off-by: Sage Weil --- teuthology/suite.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/teuthology/suite.py b/teuthology/suite.py index 2cf78fe00a..cec34d22d0 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -118,12 +118,6 @@ combination, and will override anything in the suite. if args.owner: base_arg.extend(['--owner', args.owner]) - for collection in args.collections: - p = os.path.join(args.base, collection) - if not os.path.isdir(p): - print >>sys.stderr, 'Collection %s is not a directory' % p - sys.exit(1) - collections = [ (os.path.join(args.base, collection), collection) for collection in args.collections -- 2.39.5