diff options
author | Philip Hands <phil@hands.com> | 2016-04-28 19:15:37 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-28 21:52:10 +0200 |
commit | 00f711c3c65018273da3c9547ba8abc891b6d603 (patch) | |
tree | 4078f2db946fcb75f2207298a30796edcbc3383e /features/support/helpers | |
parent | 268339aa08aebba31eba5ab49c79ca5c85c85b56 (diff) | |
download | jenkins.debian.net-00f711c3c65018273da3c9547ba8abc891b6d603.tar.xz |
stop the vlog noise
Diffstat (limited to 'features/support/helpers')
-rw-r--r-- | features/support/helpers/sikuli_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/support/helpers/sikuli_helper.rb b/features/support/helpers/sikuli_helper.rb index 938f4851..486b0e2e 100644 --- a/features/support/helpers/sikuli_helper.rb +++ b/features/support/helpers/sikuli_helper.rb @@ -208,6 +208,6 @@ sikuli_settings.OcrDataPath = $config["TMPDIR"] # positives). sikuli_settings.MinSimilarity = 0.9 sikuli_settings.ActionLogs = true -sikuli_settings.DebugLogs = true +sikuli_settings.DebugLogs = false sikuli_settings.InfoLogs = true sikuli_settings.ProfileLogs = true |