Skip to content
Snippets Groups Projects
Commit 2ca1ea92 authored by Bob Lantz's avatar Bob Lantz
Browse files

Clarify log message

parent 8f546d89
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment