X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fframework.h;h=c5ca7a1bf7da945f2ccfcc634de785e309c958c0;hb=3481bbb3f9e4f98c7b984b0f77ebeb468a7d486b;hp=90908244c47506a655c50b3bcf64dbbeb9a0ab7d;hpb=5d66b2f99bf7de6f54a3e463b01542b997f68ac8;p=awesomized%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