Fix indentation error so we don't wait forever.
This commit is contained in:
+1
-1
@@ -847,7 +847,7 @@ def runTests( vm, tests=None, pre='', post='', prompt=Prompt, uninstallNtpd=Fals
|
|||||||
# disk and False for a non-COW disk.
|
# disk and False for a non-COW disk.
|
||||||
if uninstallNtpd:
|
if uninstallNtpd:
|
||||||
removeNtpd( vm )
|
removeNtpd( vm )
|
||||||
vm.expect( prompt )
|
vm.expect( prompt )
|
||||||
if Branch:
|
if Branch:
|
||||||
checkOutBranch( vm, branch=Branch )
|
checkOutBranch( vm, branch=Branch )
|
||||||
vm.expect( prompt )
|
vm.expect( prompt )
|
||||||
|
|||||||
Reference in New Issue
Block a user