diff options
author | Philip Hands <phil@hands.com> | 2016-11-27 18:32:18 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-25 01:13:51 +0100 |
commit | 90a42b0fee92511a13017f09e259b7e6d26f0da3 (patch) | |
tree | 0b315a903769968b44133c5523acf7a10e354469 /cucumber/features | |
parent | 6cc17c174a151b307fc28b41445effbbc4b5a2f9 (diff) | |
download | jenkins.debian.net-90a42b0fee92511a13017f09e259b7e6d26f0da3.tar.xz |
lvc: log the working directory
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber/features')
-rw-r--r-- | cucumber/features/step_definitions/common_steps.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb index 81d7b3e2..7fdb9cc1 100644 --- a/cucumber/features/step_definitions/common_steps.rb +++ b/cucumber/features/step_definitions/common_steps.rb @@ -277,6 +277,8 @@ end Given /^I select the install mode$/ do boot_timeout = 60 + debug_log("debug: CWD = " + Dir.getwd, :color => :blue) + on_screen, _ = @screen.waitAny(["d-i_boot_graphical-default.png","d-i_boot_graphical-default_9alpha.png","d-i_boot_text-default.png","d-i_boot_miniiso.png"], boot_timeout * PATIENCE) debug_log("debug: found '#{on_screen}' in the bootspash", :color => :blue) if "d-i_boot_miniiso.png" != on_screen |