mirror of https://github.com/vector-im/riot-web
Merge pull request #5600 from weeman1337/fix-e2et-run-out
Fix app-url hint in the e2e-test run script outputpull/21833/head
commit
5a49cbf51a
|
@ -12,7 +12,7 @@ fi
|
||||||
has_custom_app=$(node has-custom-app.js $@)
|
has_custom_app=$(node has-custom-app.js $@)
|
||||||
|
|
||||||
if [ ! -d "element/element-web" ] && [ $has_custom_app -ne "1" ]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue