ci: Dump the d3d12 summary line in the CI log.

d3d12 lumps many tests together, so it's useful to have the summary
line in the CI log.
This commit is contained in:
Giovanni Mascellani 2023-12-26 22:37:38 +01:00 committed by Alexandre Julliard
parent 50cebc7278
commit 2fe76f3b60
Notes: Alexandre Julliard 2024-01-08 22:21:20 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/532
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@ else
touch ../build_failed
fi
cat tests/d3d12.log | grep -E 'd3d12: [0-9]+ tests executed' || true
mkdir -p ../artifacts/$COMMIT
rsync -Rr config.log doc/* test-suite.log tests/*.log tests/*/*.log ../artifacts/$COMMIT || true

View File

@ -19,6 +19,8 @@ else
touch ../build_failed
fi
cat tests/d3d12.log | grep -E 'd3d12: [0-9]+ tests executed' || true
mkdir -p ../artifacts/$COMMIT
rsync -Rr config.log test-suite.log tests/*.log tests/*/*.log ../artifacts/$COMMIT || true