diff options
Diffstat (limited to 'cucumber/features')
-rw-r--r-- | cucumber/features/step_definitions/common_steps.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb index 96f1cce1..8085c048 100644 --- a/cucumber/features/step_definitions/common_steps.rb +++ b/cucumber/features/step_definitions/common_steps.rb @@ -153,6 +153,7 @@ Given /^the computer is set to boot from the Tails DVD$/ do end Given /^the computer is set to boot from (.+?) drive "(.+?)"$/ do |type, name| + debug_log("debug: setting computer to boot from drive: name='#{name}' (type=#{type})", :color => :blue) $vm.set_disk_boot(name, type.downcase) end |