diff options
-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 |