From 90a42b0fee92511a13017f09e259b7e6d26f0da3 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Sun, 27 Nov 2016 18:32:18 +0100 Subject: lvc: log the working directory Signed-off-by: Holger Levsen --- cucumber/features/step_definitions/common_steps.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cucumber/features/step_definitions/common_steps.rb') 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 -- cgit v1.2.3-54-g00ecf