Missing GenTests() causes an obscure crash in recipes.py |
|||
Issue descriptionI had a typo in the GenTests() function name (GetTests), and 'recipes.py test train' crashed with a generic message: Exception: While generating results for 'presubmit': TypeError: 'NoneType' object is not callable Uncaught exception (Exception): While generating results for 'presubmit': TypeError: 'NoneType' object is not callable It would've saved me quite a bit of time if recipes.py detected the absence of GenTests and printed a helpful message.
,
Apr 27 2017
Uploaded https://codereview.chromium.org/2845133002/ .
,
May 8 2017
This was fixed by Robbie's https://codereview.chromium.org/2864803003 . |
|||
►
Sign in to add a comment |
|||
Comment 1 by martiniss@chromium.org
, Apr 26 2017