From 4e3db4af09aa38b5b4e59a150e91a356ea37306c Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Sat, 21 May 2016 01:13:50 +0200 Subject: lvc: make debug_log message a bit clearer --- cucumber/features/step_definitions/common_steps.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cucumber/features/step_definitions') diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb index 10d59bac..62705d76 100644 --- a/cucumber/features/step_definitions/common_steps.rb +++ b/cucumber/features/step_definitions/common_steps.rb @@ -478,7 +478,7 @@ Given /^in ([a-z]*) mode I wait while the bulk of the packages are installed$/ d debug_log("debug: check for Install GRUB/Software", :color => :blue) hit, _ = @screen.waitAny([diui_png("InstallGRUB",ui_mode),diui_png("InstallSoftware",ui_mode)], 2*60) if diui_png("InstallSoftware",ui_mode) == hit - debug_log("debug: still there, so let's glance at tty4", :color => :blue) + debug_log("debug: 'Install Software' still there, so let's glance at tty4", :color => :blue) if "gui" == ui_mode @screen.type(Sikuli::Key.F4) # for this to work, we need to remap the keyboard -- CtrlAltF4 is apparently untypable :-( else -- cgit v1.2.3-54-g00ecf