提交 bfec28a7 编写于 作者: G Garret Rieger

[subset] add some extra logging to subset run-tests.py.

上级 c7d814ea
......@@ -60,6 +60,7 @@ def run_test(test, should_check_ots):
if return_code:
return fail_test(test, cli_args, "ttx (actual) returned %d" % (return_code))
print ("stripping checksums.")
expected_ttx = strip_check_sum (expected_ttx)
actual_ttx = strip_check_sum (actual_ttx)
......@@ -77,6 +78,7 @@ def run_test(test, should_check_ots):
return 0
def run_ttx(file):
print ("ttx %s" % file)
cli_args = ["ttx",
"-o-",
file]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册