From e9012021fe74b816a38617c3a41493418d41fc44 Mon Sep 17 00:00:00 2001 From: Daniel Calviño Sánchez Date: Fri, 22 Jun 2018 19:47:46 +0200 Subject: Fix documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- tests/acceptance/run-local.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/acceptance') diff --git a/tests/acceptance/run-local.sh b/tests/acceptance/run-local.sh index 916b3b67db6..529026483cf 100755 --- a/tests/acceptance/run-local.sh +++ b/tests/acceptance/run-local.sh @@ -160,9 +160,9 @@ if [ "$NEXTCLOUD_SERVER_DOMAIN" != "$DEFAULT_NEXTCLOUD_SERVER_DOMAIN" ]; then fi # Due to a bug in the Mink Extension for Behat it is not possible to use the -# "paths.base" parameter in the path to the custom Firefox profile. Thus, the +# "paths.base" variable in the path to the custom Firefox profile. Thus, the # default "behat.yml" configuration file has to be adjusted to replace the -# parameter by its value before the configuration file is parsed by Behat. +# variable by its value before the configuration file is parsed by Behat. ORIGINAL="profile: %paths.base%" REPLACEMENT="profile: $ACCEPTANCE_TESTS_CONFIG_DIR" # As the substitution does not involve regular expressions or multilines it can -- cgit v1.2.3