From 8960b0cb33f0c165a9e5fcc754c35a9713831f3a Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Wed, 19 Dec 2018 17:20:53 +0100 Subject: [PATCH] Bug fix with missing argument --- ahoy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ahoy.yml b/ahoy.yml index 6119e3c..dcefc3a 100644 --- a/ahoy.yml +++ b/ahoy.yml @@ -7,7 +7,7 @@ commands: cmd: ahoy behat exec "$@" usage: Run Behat tests on the project test2xml: - cmd: ahoy behat --format junit --out tests/output "$@" + cmd: ahoy behat exec -- --format junit --out tests/output "$@" usage: Run Behat tests on the project and output in junit format update: cmd: composer lakedrops:behat "$@" -- GitLab