diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-19 17:39:21 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:02 +0100 |
commit | f04538ad636916208114718a6b853185c578cffb (patch) | |
tree | 10d53514c54b7ce5030233b2ccdae20ae20a0fb4 /features | |
parent | 1d257fad2bbbc0145630126bc071ffddcac798e7 (diff) | |
download | jenkins.debian.net-f04538ad636916208114718a6b853185c578cffb.tar.xz |
lvc: disable more code: DebianLive7 has no sudo passwd set...
Diffstat (limited to 'features')
-rw-r--r-- | features/step_definitions/common_steps.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb index 7911f4db..2cfbbaaf 100644 --- a/features/step_definitions/common_steps.rb +++ b/features/step_definitions/common_steps.rb @@ -244,7 +244,7 @@ end Given /^I set sudo password "([^"]*)"$/ do |password| @sudo_password = password next if @skip_steps_while_restoring_background - @screen.wait("TailsGreeterAdminPassword.png", 20) + #@screen.wait("TailsGreeterAdminPassword.png", 20) @screen.type(@sudo_password) @screen.type(Sikuli::Key.TAB) @screen.type(@sudo_password) |