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: 1.23.0~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b044b5fae135ea6a37d94e5d942b015db09b7f9a;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