summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-05-21 01:13:50 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-21 11:34:46 +0200
commit4e3db4af09aa38b5b4e59a150e91a356ea37306c (patch)
treed3a9532ebc3cffd4bdd2a56dd2b2be6ab4d05f36
parentbe24ad9b7c733f54077b02a4dbf585d28c00ed91 (diff)
downloadjenkins.debian.net-4e3db4af09aa38b5b4e59a150e91a356ea37306c.tar.xz
lvc: make debug_log message a bit clearer
-rw-r--r--cucumber/features/step_definitions/common_steps.rb2
1 files changed, 1 insertions, 1 deletions
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