# HG changeset patch # User Jeff Hammel # Date 1341969039 25200 # Node ID 2fc6c53931a1528443748d2e29d80e4f3bed1155 # Parent 1b18b2746e69de87344b7470a5b3cb0150257683 docstring" diff -r 1b18b2746e69 -r 2fc6c53931a1 talosnames/main.py --- a/talosnames/main.py Tue Jul 10 18:09:19 2012 -0700 +++ b/talosnames/main.py Tue Jul 10 18:10:39 2012 -0700 @@ -40,7 +40,7 @@ return subprocess.list2cmdline(command) def tests(self): - pass + """return the talos test config for a buildbot suite name""" def main(args=sys.argv[1:]): parser = CommandParser(TalosNamesCLI)