Actually skip the invalid profiler in test_importer.py 

Signed-off-by: Scott Zawalski <[email protected]>

--- autotest/utils/test_importer.py     2010-04-07 13:07:29.000000000 -0700
+++ autotest/utils/test_importer.py     2010-04-08 16:15:24.000000000 -0700
@@ -178,6 +178,7 @@
                 doc = description
             else:
                 logging.info("Skipping %s, missing docstring", profiler)
+                continue
         else:
             doc = profilers[profiler]
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to