diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-19 01:19:14 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:00 +0100 |
commit | 6a4f66e94a15948e90ae0583f8f4c3814ce58f3b (patch) | |
tree | 2c232b0e51db194492e652113df6145faf71e49b /bin | |
parent | df5ba847892f305daa05bb4496d7caf522d8f533 (diff) | |
download | jenkins.debian.net-6a4f66e94a15948e90ae0583f8f4c3814ce58f3b.tar.xz |
lvc: set RUBYLIB and adopt features accordingly
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/libvirt_cucumber_tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/libvirt_cucumber_tests b/bin/libvirt_cucumber_tests index cf7abeb9..6b3dc21e 100755 --- a/bin/libvirt_cucumber_tests +++ b/bin/libvirt_cucumber_tests @@ -187,6 +187,7 @@ fi export JAVA_HOME="/usr/lib/jvm/java-7-openjdk-amd64" export SIKULI_HOME="/usr/share/java" +export RUBYLIB="/srv/jenkins" export DISPLAY=${TARGET_DISPLAY} check_dependency cucumber if [ -z "${*}" ]; then |