mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
wintest: Give dcpromo more time
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Oct 3 16:04:44 CEST 2012 on sn-devel-104
This commit is contained in:
parent
10eba77dcb
commit
6245c5cba2
@ -174,7 +174,7 @@ SafeModeAdminPassword=${PASSWORD1}
|
||||
child.expect("C:")
|
||||
child.expect("C:")
|
||||
child.sendline("dcpromo /answer:answers.txt")
|
||||
i = child.expect(["You must restart this computer", "failed", "Active Directory Domain Services was not installed", "C:"], timeout=120)
|
||||
i = child.expect(["You must restart this computer", "failed", "Active Directory Domain Services was not installed", "C:"], timeout=240)
|
||||
if i == 1 or i == 2:
|
||||
child.sendline("echo off")
|
||||
child.sendline("echo START DCPROMO log")
|
||||
|
Loading…
Reference in New Issue
Block a user