From b044b5fae135ea6a37d94e5d942b015db09b7f9a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 4 Jan 2023 16:17:23 +1000 Subject: [PATCH] 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 --- .gitlab-ci/start-in-systemd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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