ci: Put all the test suites that are run one the same line

It seems that some bash versions don't see beyond one "" block when
setting the parameter for the -c command line flag.

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>-ne
Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>.
macos/master
Gert Wollny 5 years ago
parent d9ccbe7a6d
commit fc4b8efc74
  1. 4
      ci/run_ci_locally.sh

@ -41,6 +41,4 @@ time docker run \
$LOCAL_MESA \ $LOCAL_MESA \
$LOCAL_VIRGL \ $LOCAL_VIRGL \
$DOCKER_IMAGE:latest \ $DOCKER_IMAGE:latest \
bash -c "/virglrenderer/ci/run_tests.sh --make-check " \ 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
"--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