mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 08:28:21 +02:00
ci/deqp-runner: print version info
Since deqp-runner is built in several different images, print the deqp-runner version before running it just to double check that we are using the expected version. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31429>
This commit is contained in:
parent
5acdef547e
commit
6a564d84e2
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ done
|
|||
set -x
|
||||
|
||||
set +e
|
||||
deqp-runner -V
|
||||
if [ -z "$DEQP_SUITE" ]; then
|
||||
deqp-runner \
|
||||
run \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue