diff options
author | Philip Hands <phil@hands.com> | 2016-05-14 00:06:41 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-14 00:13:55 +0200 |
commit | b5d59bc0ff67d6534f96c3c3bcfe0ce2f9446c93 (patch) | |
tree | 8c7aa80d46d1164d4e37178d916e9ed3feaf2f4e | |
parent | b31a487cb54e1cb32e6eda3aabbeaa500b9d4332 (diff) | |
download | jenkins.debian.net-b5d59bc0ff67d6534f96c3c3bcfe0ce2f9446c93.tar.xz |
lvc: it seems squid works now that we unset http_proxy
-rw-r--r-- | cucumber/features/step_definitions/common_steps.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb index a1b99b76..a4c62210 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| |