Clarify log message

This commit is contained in:
Bob Lantz
2013-09-17 15:56:09 -07:00
parent 8f546d89b4
commit 2ca1ea92ff
+1 -1
View File
@@ -766,7 +766,7 @@ def bootAndRunTests( image, tests=None ):
vm = boot( cow=cow, kernel=kernel, initrd=initrd, logfile=logfile )
prompt = '\$ '
login( vm )
log( '* Waiting for VM boot and login' )
log( '* Waiting for prompt after login' )
vm.expect( prompt )
if Branch:
checkOutBranch( vm, branch=Branch )