From: Peter Hutterer Date: Wed, 4 Jan 2023 06:17:23 +0000 (+1000) Subject: gitlab CI: explicitly run the test in the systemd service X-Git-Tag: accepted/tizen/unified/20240105.013022~143 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bee6a4db445e9d10b750cd0b6478b0cfda20d2f;p=platform%2Fupstream%2Flibinput.git gitlab CI: explicitly run the test in the systemd service This shouldn't have functional changes because MESON_TEST_ARGS was set for all our b2c/qemu tests and thus the tests would run automatically. To make this script more generic, specify --run-test explicitly. Signed-off-by: Peter Hutterer --- diff --git a/.gitlab-ci/start-in-systemd.sh b/.gitlab-ci/start-in-systemd.sh index 99650d22..854ed99a 100755 --- a/.gitlab-ci/start-in-systemd.sh +++ b/.gitlab-ci/start-in-systemd.sh @@ -37,7 +37,7 @@ Type=simple StandardOutput=journal+console EnvironmentFile=$B2C_WORKDIR/.b2c_env WorkingDirectory=$WORKDIR -ExecStart=$WORKDIR/.gitlab-ci/meson-build.sh --skip-setup --skip-build +ExecStart=$WORKDIR/.gitlab-ci/meson-build.sh --skip-setup --skip-build --run-test # exit the container on termination ExecStopPost=$post_command