bug 856, initialize vbl

This commit is contained in:
Craig Dowell
2010-04-15 15:11:49 -07:00
parent fe3c599863
commit 3c76b17176
2 changed files with 3 additions and 4 deletions

View File

@@ -1372,10 +1372,8 @@ def run_tests():
if job.is_break:
continue
if job.is_example:
if job.is_example or job.is_pyexample:
kind = "Example"
elif job.is_pyexample:
kind = "PythonExample"
else:
kind = "TestSuite"