diff talosnames/main.py @ 17:25e91fc7ff01

getting the test config now works
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 10 Jul 2012 18:23:16 -0700
parents 1713b3e244a7
children
line wrap: on
line diff
--- a/talosnames/main.py	Tue Jul 10 18:18:42 2012 -0700
+++ b/talosnames/main.py	Tue Jul 10 18:23:16 2012 -0700
@@ -41,7 +41,7 @@
 
     def tests(self, suite):
         """return the talos test config for a buildbot suite name"""
-        config = self.api.talos_config(suite)
+        return self.api.test_config(suite)
 
 def main(args=sys.argv[1:]):
     parser = CommandParser(TalosNamesCLI)