Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: third_party/typ/typ/runner.py

Issue 2072163002: Update typ to latest version (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/typ/typ/host.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()))
« no previous file with comments | « third_party/typ/typ/host.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698