diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-19 02:34:33 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:01 +0100 |
commit | 41074b2174484e23e6bd7a16023884bf3930aa94 (patch) | |
tree | e6659cbc4f8053babc639925d51e0d66b48c722e /features | |
parent | 2e4f4c6c3be01266c8b5685ab80530b08208adb3 (diff) | |
download | jenkins.debian.net-41074b2174484e23e6bd7a16023884bf3930aa94.tar.xz |
lvc: set SIKULI_IMAGE_PATH in libvirt_cucumber_tests directly
Diffstat (limited to 'features')
-rw-r--r-- | features/support/helpers/sikuli_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/support/helpers/sikuli_helper.rb b/features/support/helpers/sikuli_helper.rb index 12f49603..503e08b3 100644 --- a/features/support/helpers/sikuli_helper.rb +++ b/features/support/helpers/sikuli_helper.rb @@ -124,7 +124,6 @@ def sikuli_script_proxy.new(*args) end # Configure sikuli -java.lang.System.setProperty("SIKULI_IMAGE_PATH", "features/images/") # ruby and rjb doesn't play well together when it comes to static # fields (and possibly methods) so we instantiate and access the field |