From 9f0ed86754a7329d400d34baa00e2738a056fa23 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 14 May 2019 10:22:23 +0100 Subject: [PATCH] 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 Signed-off-by: Elie Tournier --- ci/run_ci_locally.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci/run_ci_locally.sh b/ci/run_ci_locally.sh index 2b1e573..9bae1e8 100755 --- a/ci/run_ci_locally.sh +++ b/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