mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 07:40:38 +02:00
ci: Remove any existing results directory before running piglit
A pre-existing results directory (from a previous job) could cause a spurious failure, see e.g. https://gitlab.freedesktop.org/mesa/mesa/-/jobs/4410206 Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6601>
This commit is contained in:
parent
013a2b123d
commit
11bd64bdec
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ set -o xtrace
|
|||
|
||||
VERSION=`cat install/VERSION`
|
||||
|
||||
rm -rf results
|
||||
cd /piglit
|
||||
|
||||
PIGLIT_OPTIONS=$(echo $PIGLIT_OPTIONS | head -n 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue