From 479af4bb444fba61e8e4390a41203e306382b7b8 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 11 Jul 2011 20:31:37 -0700 Subject: [PATCH] ls: mention directories without summary.yaml --- teuthology/suite.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/suite.py b/teuthology/suite.py index 1995660bfba2b..fc27cc92a20bd 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -125,6 +125,7 @@ def ls(): summary.update(new) except IOError, e: if e.errno == errno.ENOENT: + print "%s (no summary.yaml)" % j continue else: raise -- 2.39.5