From 43927ea002e46c389faa524119a291ad59d79dd8 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 23 Jun 2022 19:05:33 +0100 Subject: [PATCH] test: Don't run test-autolaunch directly It's intended to be run from run-test.sh. Signed-off-by: Simon McVittie --- test/name-test/meson.build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/name-test/meson.build b/test/name-test/meson.build index 11a05f707..982349dce 100644 --- a/test/name-test/meson.build +++ b/test/name-test/meson.build @@ -49,6 +49,11 @@ if embedded_tests dependencies: dbus_dependencies, ) + if test == 'test-autolaunch' + # This one is run from run-test.sh, not directly + continue + endif + test(test, dbus_run_session, args: [ -- 2.47.3