[Qa-jenkins-scm] [jenkins.debian.net] 02/03: lvc: discard excessive debugging
Holger Levsen
holger at layer-acht.org
Fri May 13 22:14:37 UTC 2016
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 b31a487cb54e1cb32e6eda3aabbeaa500b9d4332
Author: Philip Hands <phil at hands.com>
Date: Fri May 13 22:19:31 2016 +0200
lvc: discard excessive debugging
---
cucumber/features/step_definitions/common_steps.rb | 7 -------
1 file changed, 7 deletions(-)
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index cd08afa..a1b99b7 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -491,13 +491,6 @@ Given /^in ([a-z]*) mode I install GRUB$/ do |ui_mode|
debug_log("debug: We're in GUI mode", :color => :blue)
@screen.wait(diui_png("CONTINUEunselected",ui_mode), 10)
debug_log("debug: Found CONTINUEunselected", :color => :blue)
- sleep(10)
- debug_log("debug: Press UP", :color => :blue)
- @screen.type(Sikuli::Key.UP)
- sleep(10)
- debug_log("debug: Press DOWN", :color => :blue)
- @screen.type(Sikuli::Key.DOWN)
- sleep(10)
debug_log("debug: Press TAB", :color => :blue)
@screen.type(Sikuli::Key.TAB)
@screen.wait(diui_png("CONTINUEselected",ui_mode), 10)
--
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