fix windows-restart tests

pull/5272/head
Megan Marsh 9 years ago
parent b2923b4da6
commit b1001264ed

@ -242,6 +242,7 @@ func TestProvision_waitForCommunicator(t *testing.T) {
p.comm = comm
p.ui = ui
comm.StartStderr = "WinRM terminated"
comm.StartStdout = "WIN-V4CEJ7MC5SN restarted."
comm.StartExitStatus = 1
p.Prepare(config)
err := waitForCommunicator(p)

Loading…
Cancel
Save