Skip to content

Commit

Permalink
fix typo in message
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder committed Apr 24, 2024
1 parent 43fd85a commit c5c0cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tap/tests/test_cluster_sync-t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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'");
}
}

Expand Down

0 comments on commit c5c0cf0

Please sign in to comment.