| Index: third_party/typ/typ/runner.py
|
| diff --git a/third_party/typ/typ/runner.py b/third_party/typ/typ/runner.py
|
| index 38c0e1c554f3d8d3032a281e564da8194feb63e3..67c3537ddfe9c9e15687edd82ea2e2c3d4c9de04 100644
|
| --- a/third_party/typ/typ/runner.py
|
| +++ b/third_party/typ/typ/runner.py
|
| @@ -812,7 +812,7 @@ def _run_one_test(child, test_input):
|
|
|
| tests = list(suite)
|
| if len(tests) != 1:
|
| - err = 'Failed to load %s'
|
| + err = 'Failed to load %s' % test_name
|
| if tb_str: # pragma: untested
|
| err += (' (traceback follows):\n %s' %
|
| ' \n'.join(tb_str.splitlines()))
|
|
|