From dca968375de6d6333ec43c2dc998da9005dd8bd7 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 18 Oct 2019 12:33:42 +0000 Subject: [PATCH] Update test/end-to-end-tests/run.sh --- test/end-to-end-tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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