Skip to content

Commit 57254f5

Browse files
committed
Update read_ftl_test_result.py
1 parent 54f73cb commit 57254f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/gha/read_ftl_test_result.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ def main(argv):
5656
if len(argv) > 1:
5757
raise app.UsageError("Too many command-line arguments.")
5858

59+
print("=-=-=-=-=")
60+
print(FLAGS.test_result)
61+
print("=-=-=-=-=")
5962
test_result = json.loads(FLAGS.test_result.strip("'"))
6063
tests = []
6164
for app in test_result.get("apps"):

0 commit comments

Comments
 (0)