summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@qt.io>2024-04-09 09:09:46 +0200
committerBernd Weimer <bernd.weimer@qt.io>2024-04-11 08:39:45 +0200
commit9869f7ae9e529222260f2f2cab29484aef65a7f5 (patch)
tree0f3e97d48a577fccc9ae2bf59e9cb14fc55bdf54
parent3b4d4629e583d4718fae5efb25fefe04928b7115 (diff)
Correct executable name in server-buffer test
Change-Id: I9fb321000f4ac33f67fc79a88b20707af4504614 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-rw-r--r--tests/manual/server-buffer/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/server-buffer/README b/tests/manual/server-buffer/README
index da20b0f50..ae76ca755 100644
--- a/tests/manual/server-buffer/README
+++ b/tests/manual/server-buffer/README
@@ -18,7 +18,7 @@ The compositor broadcasts the name of the server buffer integration to
all clients through the hardware integration extension. Therefore,
all you need to do is to start the client with
-$ ./cpp-client -platform wayland
+$ ./server-buffer-cpp-client -platform wayland
The client will show all the buffers shared by the compositor.