diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-18 15:27:20 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-18 23:12:26 +0100 |
commit | 498f3c8e5fb64e566ee783893c9e0663add3b25f (patch) | |
tree | 1d9df2e96e5871571e657461fa01f8d9faa6fdf7 | |
parent | 3f952aba2b98ef6dd00861c079b388c8f1652beb (diff) | |
download | samba-498f3c8e5fb64e566ee783893c9e0663add3b25f.tar.gz samba-498f3c8e5fb64e566ee783893c9e0663add3b25f.tar.bz2 samba-498f3c8e5fb64e566ee783893c9e0663add3b25f.zip |
s4-test: use --fail-immediately for samba_dnsupdate testing
-rwxr-xr-x | source4/scripting/devel/wintest/test-howto.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/scripting/devel/wintest/test-howto.py b/source4/scripting/devel/wintest/test-howto.py index c53fc519ad..d587529ea0 100755 --- a/source4/scripting/devel/wintest/test-howto.py +++ b/source4/scripting/devel/wintest/test-howto.py @@ -108,9 +108,9 @@ def test_kerberos(t): def test_dyndns(t): t.chdir('${PREFIX}') - t.cmd_contains("sbin/samba_dnsupdate", []) + t.run_cmd("sbin/samba_dnsupdate --fail-immediately") t.run_cmd("${RNDC} flush") - t.cmd_contains("sbin/samba_dnsupdate --verbose", ["No DNS updates needed"]) + def run_winjoin(t, vm): t.setwinvars(vm) |