diff options
Diffstat (limited to 'source3/selftest/tests.py')
-rwxr-xr-x | source3/selftest/tests.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index d9ea8317b0..4094a573bc 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -176,7 +176,9 @@ rap = ["rap.basic", "rap.rpc", "rap.printing", "rap.sam"] unix = ["unix.info2", "unix.whoami"] -tests= base + raw + smb2 + rpc + unix + local + winbind + rap +nbt = ["nbt.dgram" ] + +tests= base + raw + smb2 + rpc + unix + local + winbind + rap + nbt sub = subprocess.Popen("%s --version 2> /dev/null" % smb4torture, stdout=subprocess.PIPE, stdin=subprocess.PIPE, shell=True) sub.communicate("") |