mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 23:50:11 +01:00
ci: make error handling quieter
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32054>
This commit is contained in:
parent
e5708ab2b4
commit
8d2620569c
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ if [ -z "${RESULTS_DIR:-}" ]; then
|
|||
fi
|
||||
|
||||
function error {
|
||||
x_off 2>/dev/null
|
||||
RED="\e[0;31m"
|
||||
ENDCOLOR="\e[0m"
|
||||
# we force the following to be not in a section
|
||||
|
|
@ -134,6 +133,7 @@ function error {
|
|||
}
|
||||
|
||||
function trap_err {
|
||||
x_off
|
||||
error ${CURRENT_SECTION:-'unknown-section'}: ret code: $*
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue