Merge pull request #5600 from weeman1337/fix-e2et-run-out

Fix app-url hint in the e2e-test run script output
pull/21833/head
Michael Telatynski 2021-02-01 12:47:12 +00:00 committed by GitHub
commit 5a49cbf51a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ fi
has_custom_app=$(node has-custom-app.js $@)
if [ ! -d "element/element-web" ] && [ $has_custom_app -ne "1" ]; then
echo "Please provide an instance of Element to test against by passing --element-url <url> or running $BASE_DIR/element/install.sh"
echo "Please provide an instance of Element to test against by passing --app-url <url> or running $BASE_DIR/element/install.sh"
exit 1
fi