From 0489dcc8da2f825bdee276239decc98f38545766 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 16 Apr 2020 15:55:33 -0600 Subject: [PATCH] Minor updates to e2e test instructions on Windows --- test/end-to-end-tests/Windows.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/end-to-end-tests/Windows.md b/test/end-to-end-tests/Windows.md index dee4fabb3f..39b06a9a62 100644 --- a/test/end-to-end-tests/Windows.md +++ b/test/end-to-end-tests/Windows.md @@ -8,7 +8,7 @@ and start following these steps to get going: 3. Run `dos2unix ./test/end-to-end-tests/*.sh ./test/end-to-end-tests/synapse/*.sh ./test/end-to-end-tests/riot/*.sh` 4. Install NodeJS for ubuntu: ```bash - curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - + curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - sudo apt-get update sudo apt-get install nodejs ``` @@ -24,6 +24,7 @@ and start following these steps to get going: ```bash cd ./test/end-to-end-tests ./synapse/install.sh + ./install.sh ./run.sh --riot-url http://localhost:8080 --no-sandbox ```