summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2019-05-01 14:01:53 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2019-05-07 04:48:00 +0000
commitcac9d537898bdecb2379290740b24c1a87812c11 (patch)
tree8d67537d24ac154e18bafb1da61029940d09c36d /.gitlab-ci.yml
parent291313e7d967661f26f1737f18cf967117445833 (diff)
downloadlibinput-cac9d537898bdecb2379290740b24c1a87812c11.tar.gz
test: drop the SKIP_LIBINPUT_TEST_RUNNER environment variable
We have the meson test suites now that we can use to filter which tests to run, let's use those. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7002a073..2abde057 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -85,8 +85,6 @@ variables:
MESON_ARGS: ''
MESON_TEST_ARGS: '--no-suite=hardware'
- # Until we have a VM with full access, we cannot run the test suite runner
- SKIP_LIBINPUT_TEST_SUITE_RUNNER: 1
# udev isn't available/working properly in the containers
UDEV_NOT_AVAILABLE: 1
GIT_DEPTH: 1