| Index: Tools/TestResultServer/handlers/testfilehandler.py
|
| diff --git a/Tools/TestResultServer/handlers/testfilehandler.py b/Tools/TestResultServer/handlers/testfilehandler.py
|
| index 6a0822de3c7afd2a33488425edd01d409a0a1eee..301730f5da974db12208eefba1b6c6a66095ed87 100644
|
| --- a/Tools/TestResultServer/handlers/testfilehandler.py
|
| +++ b/Tools/TestResultServer/handlers/testfilehandler.py
|
| @@ -207,7 +207,7 @@ class GetFile(webapp2.RequestHandler):
|
| if json is None:
|
| json, date = self._get_file_content(master_data['name'], builder, test_type, build_number, name)
|
|
|
| - if test_list_json:
|
| + if json and test_list_json:
|
| json = JsonResults.get_test_list(builder, json)
|
|
|
| if json:
|
|
|