mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-07 01:48:20 +02:00
ci: always make sure the results dir is created, not just when changing its path
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35740>
This commit is contained in:
parent
1866a1b36f
commit
76c9b277e4
1 changed files with 1 additions and 1 deletions
|
|
@ -131,8 +131,8 @@ export -f _error_msg
|
|||
if [ -z "${RESULTS_DIR:-}" ]; then
|
||||
export RESULTS_DIR="${PWD%/}/results"
|
||||
rm -rf "${RESULTS_DIR}"
|
||||
mkdir -p "${RESULTS_DIR}"
|
||||
fi
|
||||
mkdir -p "${RESULTS_DIR}"
|
||||
|
||||
function error {
|
||||
# we force the following to be not in a section
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue