From e08e09df9a69862b9add6f35c964dc10334e3b74 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 27 Jul 2018 15:23:50 +0200 Subject: [PATCH] pass location of google-chrome-stable to e2e test runner --- .travis-test-riot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis-test-riot.sh b/.travis-test-riot.sh index 5f070a181c..ff1666bfc0 100755 --- a/.travis-test-riot.sh +++ b/.travis-test-riot.sh @@ -32,5 +32,6 @@ git clone https://github.com/matrix-org/matrix-react-end-to-end-tests.git --bran pushd matrix-react-end-to-end-tests ln -s $REACT_SDK_DIR/$RIOT_WEB_DIR riot/riot-web PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true sh ./install.sh -sh ./run.sh + +CHROME_PATH=$(which google-chrome-stable) sh ./run.sh popd