summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-19 01:34:09 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-21 09:47:01 +0100
commitae10f98bd000c3ed92d0509731b9b43913a641c6 (patch)
tree3dc5e538451db3e4c0ac060137af6d523a7ceafb
parentee830c01b368f06d62fe838965c2f22d802a85ab (diff)
downloadjenkins.debian.net-ae10f98bd000c3ed92d0509731b9b43913a641c6.tar.xz
lvc: fixup cucumber calls
-rwxr-xr-xbin/libvirt_cucumber_tests4
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