mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
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:
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
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user