1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

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

Fix app-url hint in the e2e-test run script output
This commit is contained in:
Michael Telatynski
2021-02-01 12:47:12 +00:00
committed by GitHub

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