gitlab CI: explicitly run the test in the systemd service
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 4 Jan 2023 06:17:23 +0000 (16:17 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Sun, 12 Feb 2023 23:43:47 +0000 (09:43 +1000)
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>
.gitlab-ci/start-in-systemd.sh

index 99650d22c4965a98779bc0cb141f7fe5f3c6c0f5..854ed99ad400577f9935710ee88e6a0fcf0c464f 100755 (executable)
@@ -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