From 0a49a064fb2d45cb9279bed013024acd3f4c375a Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Mon, 12 Feb 2018 17:45:47 +0100 Subject: [PATCH] test(acceptance): fix newman command to work with new version --- features/bootstrap/RestApiContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/bootstrap/RestApiContext.php b/features/bootstrap/RestApiContext.php index a48471a305e..6a2f5ea0602 100644 --- a/features/bootstrap/RestApiContext.php +++ b/features/bootstrap/RestApiContext.php @@ -81,9 +81,9 @@ public function callRestApi() $this->logfile = tempnam('/tmp', $this->logFilePrefix); exec( 'newman run' . + ' tests/rest_api/' . $this->restCollection . ' --no-color --disable-unicode --reporter-cli-no-assertions' . ' --environment ' . $this->envfile . - ' tests/rest_api/' . $this->restCollection . ' > ' . $this->logfile, $output, $retval