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.
|
||||
if uninstallNtpd:
|
||||
removeNtpd( vm )
|
||||
vm.expect( prompt )
|
||||
vm.expect( prompt )
|
||||
if Branch:
|
||||
checkOutBranch( vm, branch=Branch )
|
||||
vm.expect( prompt )
|
||||
|
||||
Reference in New Issue
Block a user