summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2023-01-04 16:17:23 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2023-02-13 09:43:47 +1000
commitb044b5fae135ea6a37d94e5d942b015db09b7f9a (patch)
tree7ebbfcec48e62d3f94c5eef65a6703585069292d
parentc739cc7b41f3338fda8a8d3a7e105e3205902193 (diff)
downloadlibinput-b044b5fae135ea6a37d94e5d942b015db09b7f9a.tar.gz
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 <peter.hutterer@who-t.net>
-rwxr-xr-x.gitlab-ci/start-in-systemd.sh2
1 files changed, 1 insertions, 1 deletions
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