diff --git a/test/end-to-end-tests/run.sh b/test/end-to-end-tests/run.sh index f61094cf75..b9d589eed9 100755 --- a/test/end-to-end-tests/run.sh +++ b/test/end-to-end-tests/run.sh @@ -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 or running $BASE_DIR/riot/install.sh" + echo "Please provide an instance of riot to test against by passing --riot-url or running $BASE_DIR/riot/install.sh" exit 1 fi