summaryrefslogtreecommitdiff
path: root/source4/scripting/devel
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-18 15:27:20 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-18 23:12:26 +0100
commit498f3c8e5fb64e566ee783893c9e0663add3b25f (patch)
tree1d9df2e96e5871571e657461fa01f8d9faa6fdf7 /source4/scripting/devel
parent3f952aba2b98ef6dd00861c079b388c8f1652beb (diff)
downloadsamba-498f3c8e5fb64e566ee783893c9e0663add3b25f.tar.gz
s4-test: use --fail-immediately for samba_dnsupdate testing
Diffstat (limited to 'source4/scripting/devel')
-rwxr-xr-xsource4/scripting/devel/wintest/test-howto.py4
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 c53fc519adc..d587529ea0f 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)