From: Marc-André Lureau Date: Mon, 16 Mar 2026 19:28:28 +0000 (+0400) Subject: tests: rename the dbus-daemon helper script X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4a36e9d6693806c02eae75db346bc6043abbfafc;p=thirdparty%2Fqemu.git tests: rename the dbus-daemon helper script The following patches are going to use it for qemu-vnc. Reviewed-by: Daniel P. Berrangé Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Marc-André Lureau --- diff --git a/tests/dbus-vmstate-daemon.sh b/tests/dbus-daemon.sh similarity index 100% rename from tests/dbus-vmstate-daemon.sh rename to tests/dbus-daemon.sh diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index be4fa627b5f..b735f55fc40 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -435,7 +435,7 @@ foreach dir : target_dirs qtest_env.set('QTEST_QEMU_IMG', './qemu-img') test_deps += [qemu_img] endif - qtest_env.set('G_TEST_DBUS_DAEMON', meson.project_source_root() / 'tests/dbus-vmstate-daemon.sh') + qtest_env.set('G_TEST_DBUS_DAEMON', meson.project_source_root() / 'tests/dbus-daemon.sh') qtest_env.set('QTEST_QEMU_BINARY', './qemu-system-' + target_base) if have_tools and have_vhost_user_blk_server qtest_env.set('QTEST_QEMU_STORAGE_DAEMON_BINARY', './storage-daemon/qemu-storage-daemon')