From c5c0cf0249b461688849977e4eb58fefe2719a1d Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Wed, 24 Apr 2024 08:43:56 +0000 Subject: [PATCH] fix typo in message --- test/tap/tests/test_cluster_sync-t.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tap/tests/test_cluster_sync-t.cpp b/test/tap/tests/test_cluster_sync-t.cpp index 32a449fc30..505fb6dacb 100644 --- a/test/tap/tests/test_cluster_sync-t.cpp +++ b/test/tap/tests/test_cluster_sync-t.cpp @@ -1158,9 +1158,9 @@ int main(int, char**) { // In case of error place in log the reason if (exec_res || save_proxy_stderr.load()) { if (exec_res) { - diag("LOG: Proxysql cluster node execution failed, logging stderr into 'test_cluster_sync_node_stderr.txt'"); + diag("LOG: Proxysql cluster node execution failed, logging stderr into 'test_cluster_sync_config/cluster_sync_node_stderr.txt'"); } else { - diag("LOG: One of the tests failed to pass, logging stderr 'test_cluster_sync_node_stderr.txt'"); + diag("LOG: One of the tests failed to pass, logging stderr 'test_cluster_sync_config/cluster_sync_node_stderr.txt'"); } }