[Qa-jenkins-scm] [jenkins.debian.net] 03/03: lvc: it seems squid works now that we unset http_proxy
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 b5d59bc0ff67d6534f96c3c3bcfe0ce2f9446c93
Author: Philip Hands <phil at hands.com>
Date: Sat May 14 00:06:41 2016 +0200
lvc: it seems squid works now that we unset http_proxy
---
cucumber/features/step_definitions/common_steps.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index a1b99b7..a4c6221 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -367,8 +367,8 @@ Given /^in ([a-z]*) mode I accept the default mirror$/ do |ui_mode|
@screen.wait(diui_png("ArchiveMirror",ui_mode), 5)
@screen.type(Sikuli::Key.ENTER)
@screen.wait(diui_png("HttpProxy",ui_mode), 5)
- #@screen.type("http://local-http-proxy:3128/" + Sikuli::Key.ENTER)
- @screen.type(Sikuli::Key.ENTER)
+ @screen.type("http://local-http-proxy:3128/" + Sikuli::Key.ENTER)
+ #@screen.type(Sikuli::Key.ENTER)
end
Given /^in ([a-z]*) mode I neglect to scan more CDs$/ do |ui_mode|
--
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