From fc4b8efc748d5975597715d8eaaaf1e9812bf0c0 Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Mon, 15 Jul 2019 09:09:09 +0200 Subject: [PATCH] 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 -ne Reviewed-by: Gurchetan Singh . --- ci/run_ci_locally.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/run_ci_locally.sh b/ci/run_ci_locally.sh index c59b196..7a3de37 100755 --- a/ci/run_ci_locally.sh +++ b/ci/run_ci_locally.sh @@ -41,6 +41,4 @@ time docker run \ $LOCAL_MESA \ $LOCAL_VIRGL \ $DOCKER_IMAGE:latest \ - 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 + 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