summaryrefslogtreecommitdiffstats
path: root/cucumber
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-01 17:38:00 +0200
committerPhilip Hands <phil@hands.com>2016-06-01 20:02:22 +0200
commit6f13064573dc1b3103c94160d6451885c1bcf192 (patch)
tree88508b5bb6d84dbbbe33c13d11b9fd140852c34a /cucumber
parent2703378ec189bfb3fd6f664ef27640e829edafbc (diff)
downloadjenkins.debian.net-6f13064573dc1b3103c94160d6451885c1bcf192.tar.xz
lvc: tidy some string concatenation
Diffstat (limited to 'cucumber')
-rw-r--r--cucumber/features/step_definitions/common_steps.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index fa000fe8..0bb57ec9 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -129,7 +129,7 @@ Given /^I intend to use ([a-z]*) mode$/ do |ui_mode|
end
def diui_png(name)
- return "d-i_" + @ui_mode + "_" + name + ".png"
+ return "d-i_#{@ui_mode}_#{name}.png"
end
Given /^a computer$/ do
@@ -271,13 +271,13 @@ Given /^I select the install mode$/ do
boot_timeout = 60
on_screen, _ = @screen.waitAny(["d-i_boot_graphical-default.png","d-i_boot_text-default.png"], boot_timeout * PATIENCE)
- debug_log("debug: found '"+on_screen+"' in the bootspash", :color => :blue)
+ debug_log("debug: found '#{on_screen}' in the bootspash", :color => :blue)
if ("d-i_boot_text-default.png" == on_screen) == ("gui" == @ui_mode)
@screen.type(Sikuli::Key.DOWN)
end
#@screen.type(Sikuli::Key.TAB)
- #@screen.type(' preseed/early_command="echo DPMS=-s\\\\ 0 > /lib/debian-installer.d/S61Xnoblank ; sed -i \'/XF86_Switch_VT_/s/ F\([0-9]\)/ XF86_Switch_VT_\1/\' /usr/share/X11/xkb/symbols/srvr_ctrl ; echo ttyS0::askfirst:-/bin/sh>>/etc/inittab;kill -HUP 1"' + " blacklist=psmouse #{@boot_options}" +
+ #@screen.type(' preseed/early_command="echo DPMS=-s\\\\ 0 > /lib/debian-installer.d/S61Xnoblank ; sed -i \'/XF86_Switch_VT_/s/ F\([0-9]\)/ XF86_Switch_VT_\1/\' /usr/share/X11/xkb/symbols/srvr_ctrl ; echo ttyS0::askfirst:-/bin/sh>>/etc/inittab;kill -HUP 1" blacklist=psmouse ' + @boot_options +
# Sikuli::Key.ENTER)
#$vm.wait_until_remote_shell_is_up