diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2014-12-11 01:14:08 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2015-03-06 04:41:46 +0100 |
commit | 4dae2d6af8e5f8c415eb42655087fbd6ceb2d52c (patch) | |
tree | 11ae4fd75f1194473dfbba4b8d63979e1737126b /source4/scripting/bin/subunitrun | |
parent | 44a561fa455a98cd239b8c1dab196fe176ef39b5 (diff) | |
download | samba-4dae2d6af8e5f8c415eb42655087fbd6ceb2d52c.tar.gz samba-4dae2d6af8e5f8c415eb42655087fbd6ceb2d52c.tar.xz samba-4dae2d6af8e5f8c415eb42655087fbd6ceb2d52c.zip |
subunitrun: Update instructions for running subunit tests.
Change-Id: Icaf472198e93e283db2ae6ed99fd7ceae037af87
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/scripting/bin/subunitrun')
-rwxr-xr-x | source4/scripting/bin/subunitrun | 2 |
1 files changed, 1 insertions, 1 deletions
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 |