diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-29 13:56:56 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-29 13:56:56 +0200 |
commit | e3a98e4959c36432b1e8250afc03708e10a32cca (patch) | |
tree | 352ae2a01152ac107321a2bc6b85525cdff302f9 /build/integration/config | |
parent | 2d1f509acf6bab68d4b1f092a0f4b8fc8da5e125 (diff) | |
download | nextcloud-server-e3a98e4959c36432b1e8250afc03708e10a32cca.tar.gz nextcloud-server-e3a98e4959c36432b1e8250afc03708e10a32cca.zip |
Support different server ports - defined by EXECUTOR_NUMBER
Diffstat (limited to 'build/integration/config')
-rw-r--r-- | build/integration/config/behat.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/integration/config/behat.yml b/build/integration/config/behat.yml index 78a228a5c1e..01ca0d18790 100644 --- a/build/integration/config/behat.yml +++ b/build/integration/config/behat.yml @@ -12,6 +12,6 @@ default: ci: formatter: - name: junit + name: pretty,junit parameters: - output_path: ./output + output_path: null,./output |