summaryrefslogtreecommitdiffstats
path: root/cucumber
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-10-30 14:25:04 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-03 10:28:15 +0100
commite9f96fde7bec7f061a5f263b5d18928b6ada529b (patch)
tree15a59619f7dea89231045fcea454c95ce4c81e16 /cucumber
parent8ffa34c41a302d028feb7f89db572a8911921aad (diff)
downloadjenkins.debian.net-e9f96fde7bec7f061a5f263b5d18928b6ada529b.tar.xz
lvc: add some debugging to check if JOB_NAME is expanded
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber')
-rw-r--r--cucumber/features/step_definitions/common_steps.rb1
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