diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-19 01:34:09 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:01 +0100 |
commit | ae10f98bd000c3ed92d0509731b9b43913a641c6 (patch) | |
tree | 3dc5e538451db3e4c0ac060137af6d523a7ceafb /bin | |
parent | ee830c01b368f06d62fe838965c2f22d802a85ab (diff) | |
download | jenkins.debian.net-ae10f98bd000c3ed92d0509731b9b43913a641c6.tar.xz |
lvc: fixup cucumber calls
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/libvirt_cucumber_tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/libvirt_cucumber_tests b/bin/libvirt_cucumber_tests index 6b3dc21e..63a832e5 100755 --- a/bin/libvirt_cucumber_tests +++ b/bin/libvirt_cucumber_tests @@ -191,7 +191,7 @@ export RUBYLIB="/srv/jenkins" export DISPLAY=${TARGET_DISPLAY} check_dependency cucumber if [ -z "${*}" ]; then - cucumber --format ExtraHooks::Pretty features + cucumber --format ExtraHooks::Pretty $RUBYLIB/features else - cucumber --format ExtraHooks::Pretty features/step_definitions features/support ${*} + cucumber --format ExtraHooks::Pretty $RUBYLIB/features/step_definitions $RUBYLIB/features/support ${*} fi |