From 4dae2d6af8e5f8c415eb42655087fbd6ceb2d52c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 11 Dec 2014 01:14:08 +0000 Subject: subunitrun: Update instructions for running subunit tests. Change-Id: Icaf472198e93e283db2ae6ed99fd7ceae037af87 Signed-Off-By: Jelmer Vernooij Reviewed-by: Andrew Bartlett --- source4/scripting/bin/subunitrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting/bin/subunitrun') diff --git a/source4/scripting/bin/subunitrun b/source4/scripting/bin/subunitrun index 8d43f259a8..c0b6e0d932 100755 --- a/source4/scripting/bin/subunitrun +++ b/source4/scripting/bin/subunitrun @@ -3,7 +3,7 @@ # Simple subunit testrunner for python # NOTE: This is deprecated - Using the standard subunit runner is -# preferred - e.g. "python -m subunit.run YOURMODULE". +# preferred - e.g. "python -m samba.subunit.run YOURMODULE". # # This wrapper will be removed once all tests can be run # without it. At the moment there are various tests which still -- cgit