aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-06-22 19:47:46 +0200
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-06-22 19:47:46 +0200
commite9012021fe74b816a38617c3a41493418d41fc44 (patch)
treec26169a03432338a644e4b568232188dc295b576 /tests
parentd70b6bc94b9e24f04596a8e662ab3693db611f67 (diff)
downloadnextcloud-server-e9012021fe74b816a38617c3a41493418d41fc44.tar.gz
nextcloud-server-e9012021fe74b816a38617c3a41493418d41fc44.zip
Fix documentation
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/acceptance/run-local.sh4
1 files changed, 2 insertions, 2 deletions
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