]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ls: mention directories without summary.yaml
authorSage Weil <sage@newdream.net>
Tue, 12 Jul 2011 03:31:37 +0000 (20:31 -0700)
committerSage Weil <sage@newdream.net>
Tue, 12 Jul 2011 03:32:44 +0000 (20:32 -0700)
teuthology/suite.py

index 1995660bfba2b6252aa6af30eb5df4d49f5bde22..fc27cc92a20bd727a0fa382798ff198ceab34b7c 100644 (file)
@@ -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