tests: rename the dbus-daemon helper script
The following patches are going to use it for qemu-vnc. Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Marc-André Lureau committed
Mar 16, 2026 at 23:28 UTC
4a36e9d6693806c02eae75db346bc6043abbfafc
2 files changed
+1
-1
tests/dbus-daemon.sh
renamed
tests/qtest/meson.build
+1
-1
@@ -435,7 +435,7 @@ foreach dir : target_dirs
435
qtest_env.set('QTEST_QEMU_IMG', './qemu-img')
436
test_deps += [qemu_img]
437
endif
438
- qtest_env.set('G_TEST_DBUS_DAEMON', meson.project_source_root() / 'tests/dbus-vmstate-daemon.sh')
438
+ qtest_env.set('G_TEST_DBUS_DAEMON', meson.project_source_root() / 'tests/dbus-daemon.sh')
439
qtest_env.set('QTEST_QEMU_BINARY', './qemu-system-' + target_base)
440
if have_tools and have_vhost_user_blk_server
441
qtest_env.set('QTEST_QEMU_STORAGE_DAEMON_BINARY', './storage-daemon/qemu-storage-daemon')