[Qa-jenkins-scm] [jenkins.debian.net] 07/08: lvc: single quotes get quoted unhelpfully in preseed/early_command
Holger Levsen
holger at layer-acht.org
Wed Jan 25 00:15:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 4870758590c0ec41171c0e0cadf56a47380297d9
Author: Philip Hands <phil at hands.com>
Date: Tue Jan 24 23:39:08 2017 +0100
lvc: single quotes get quoted unhelpfully in preseed/early_command
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
cucumber/features/step_definitions/common_steps.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index 497d661..cbedbe9 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -289,7 +289,7 @@ Given /^I select the install mode$/ do
@screen.type(Sikuli::Key.TAB)
@boot_options = "" if @boot_options.nil?
- @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/XF86_Switch_VT_/ /usr/share/X11/xkb/symbols/srvr_ctrl ; echo ttyS0::askfirst:-/bin/sh>>/etc/inittab;kill -HUP 1" blacklist=psmouse ' + @boot_options +
Sikuli::Key.ENTER)
debug_log("debug: wait for the remote shell to respond...", :color => :blue)
$vm.wait_until_remote_shell_is_up
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list