X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fframework.h;h=c5ca7a1bf7da945f2ccfcc634de785e309c958c0;hb=64e9fa38f42f0d30463da5ddc3a573619941d93a;hp=90908244c47506a655c50b3bcf64dbbeb9a0ab7d;hpb=b77f874c7d7ff386d01eeedb44c14d3003354bae;p=m6w6%2Flibmemcached diff --git a/libtest/framework.h b/libtest/framework.h index 90908244..c5ca7a1b 100644 --- a/libtest/framework.h +++ b/libtest/framework.h @@ -148,6 +148,11 @@ public: { _servers.set_sasl(username_arg, password_arg); } + + libtest::server_startup_st& servers() + { + return _servers; + } /** Runner represents the callers for the tests. If not implemented we will use