From ae10f98bd000c3ed92d0509731b9b43913a641c6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 19 Dec 2014 01:34:09 +0100 Subject: lvc: fixup cucumber calls --- bin/libvirt_cucumber_tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3-70-g09d2