summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2015-01-21 02:58:47 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-02-17 15:41:10 +0100
commitbee48acad09ed85d8023eea910744cffef720dc3 (patch)
tree20cf3eeea76c0359cca4d50ceff8fa4f1e5675d4 /python
parent21c04ae404e8d21323c2e79060301e1174b11f7a (diff)
downloadsamba-bee48acad09ed85d8023eea910744cffef720dc3.tar.gz
samba-bee48acad09ed85d8023eea910744cffef720dc3.tar.xz
samba-bee48acad09ed85d8023eea910744cffef720dc3.zip
rpc_talloc: Update instructions to use standard unittest runner.
Change-Id: Id90541b01073f1156ccba562ba750245aad091c2 Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'python')
-rw-r--r--python/samba/tests/dcerpc/rpc_talloc.py2
1 files changed, 1 insertions, 1 deletions
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
#