diff options
Diffstat (limited to 'cucumber/features/scripts')
-rwxr-xr-x | cucumber/features/scripts/vm-execute | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cucumber/features/scripts/vm-execute b/cucumber/features/scripts/vm-execute index c2082177..79b6942b 100755 --- a/cucumber/features/scripts/vm-execute +++ b/cucumber/features/scripts/vm-execute @@ -12,7 +12,8 @@ def debug_log(*args) ; end class FakeVM def get_remote_shell_port - 1337 + # FIXME -- we really ought to be able to ask the vm to dynamically allocate the port, then tell us what it did, rather than this + LIBVIRT_REMOTE_SHELL_PORT end end |