Fix indentation error so we don't wait forever.

This commit is contained in:
Bob Lantz
2014-11-19 05:58:36 -08:00
parent e661a4b1c3
commit e4db698184
+1 -1
View File
@@ -847,7 +847,7 @@ def runTests( vm, tests=None, pre='', post='', prompt=Prompt, uninstallNtpd=Fals
# disk and False for a non-COW disk.
if uninstallNtpd:
removeNtpd( vm )
vm.expect( prompt )
vm.expect( prompt )
if Branch:
checkOutBranch( vm, branch=Branch )
vm.expect( prompt )