From bee48acad09ed85d8023eea910744cffef720dc3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 21 Jan 2015 02:58:47 +0100 Subject: rpc_talloc: Update instructions to use standard unittest runner. Change-Id: Id90541b01073f1156ccba562ba750245aad091c2 Signed-Off-By: Jelmer Vernooij Reviewed-by: Andreas Schneider --- python/samba/tests/dcerpc/rpc_talloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/samba') diff --git a/python/samba/tests/dcerpc/rpc_talloc.py b/python/samba/tests/dcerpc/rpc_talloc.py index c091f26c1b..b1e2741d7d 100644 --- a/python/samba/tests/dcerpc/rpc_talloc.py +++ b/python/samba/tests/dcerpc/rpc_talloc.py @@ -17,7 +17,7 @@ # # to run this test, use one of these: # -# python -m testtools.run samba.tests.dcerpc.rpc_talloc +# python -m unittest samba.tests.dcerpc.rpc_talloc # # or if you have trial installed (from twisted), use # -- cgit