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

Fix typo/minor error.

parent 5f51abd1
No related branches found
No related tags found
No related merge requests found
...@@ -538,7 +538,7 @@ def interact( vm, tests, pre='', post='', prompt=Prompt ): ...@@ -538,7 +538,7 @@ def interact( vm, tests, pre='', post='', prompt=Prompt ):
log( '* Running VM install script' ) log( '* Running VM install script' )
installcmd = 'bash install-mininet-vm.sh' installcmd = 'bash install-mininet-vm.sh'
if Branch: if Branch:
cmd = cmd + ' ' + Branch installcmd += ' ' + Branch
vm.sendline( installcmd ) vm.sendline( installcmd )
vm.expect ( 'password for mininet: ' ) vm.expect ( 'password for mininet: ' )
vm.sendline( 'mininet' ) vm.sendline( 'mininet' )
......
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