Update test/end-to-end-tests/run.sh

This commit is contained in:
Bruno Windels 2019-10-18 12:33:42 +00:00 committed by GitHub
parent 3d15026da3
commit dca968375d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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