From 5fa32ecb9d9ff134ab9c7d208299f6eab3702580 Mon Sep 17 00:00:00 2001 From: Florian Angerer <florian.angerer@oracle.com> Date: Mon, 11 Dec 2017 19:01:37 +0100 Subject: [PATCH] Dump fine-grained results for package tests. --- mx.fastr/mx_fastr_pkgs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mx.fastr/mx_fastr_pkgs.py b/mx.fastr/mx_fastr_pkgs.py index 4ecb45a153..b9d793c9e7 100644 --- a/mx.fastr/mx_fastr_pkgs.py +++ b/mx.fastr/mx_fastr_pkgs.py @@ -486,6 +486,8 @@ def _set_test_status(fastr_test_info): relpath = fastr_relpath if os.path.exists(join(_pkg_testdir('fastr', pkg), relpath)): + f.write('# <file path> <tests passed> <tests skipped> <tests failed>') + # TODO f.write(relpath) f.write(' ') f.write(fastr_testfile_status.status) -- GitLab