ci/run_ci_locally.sh: pass correct deqp arguments

Earlier commit reworked the deqp arguments, yet forgot to update the
standalone script. For the future we might want to fold the duplication.

Fixes: c203776 ("ci: split the cts jobs in two")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Signed-off-by: Elie Tournier <elie.tournier@collabora.com>
macos/master
Emil Velikov 6 years ago committed by Elie Tournier
parent ff8c90f7ba
commit 9f0ed86754
  1. 4
      ci/run_ci_locally.sh

@ -39,4 +39,6 @@ time docker run \
$LOCAL_MESA \
$LOCAL_VIRGL \
$DOCKER_IMAGE:latest \
bash -c "/virglrenderer/ci/run_tests.sh --make-check --deqp-gl --deqp-gles --piglit-gl --piglit-gles" 2>&1 | tee results/log.txt
bash -c "/virglrenderer/ci/run_tests.sh --make-check " \
"--deqp-gl-gl-tests --deqp-gl-gles-tests --deqp-gles-gl-tests --deqp-gles-gles-tests" \
" --piglit-gl --piglit-gles" 2>&1 | tee results/log.txt

Loading…
Cancel
Save