We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29281a9 commit 7c19a8eCopy full SHA for 7c19a8e
test/src/sw/redis++/test_main.cpp
@@ -50,7 +50,7 @@ int main(int argc, char **argv) {
50
sw::redis::ConnectionOptions cluster_node_opts;
51
std::tie(opts, cluster_node_opts) = parse_options(argc, argv);
52
53
- sw::redis::test::SanityTest sanity_test(opts);
+ sw::redis::test::SanityTest sanity_test(opts, cluster_node_opts);
54
sanity_test.run();
55
56
std::cout << "Pass sanity tests" << std::endl;
0 commit comments