From 86d81f35fe2966397b6c7e30509d0857c0abbf79 Mon Sep 17 00:00:00 2001 From: Raymond Zhao Date: Wed, 1 Sep 2021 19:17:22 -0700 Subject: [PATCH] Clarify running remote tests --- test/smoke/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/README.md b/test/smoke/README.md index 4532c28a37f..93e35e4c1f7 100644 --- a/test/smoke/README.md +++ b/test/smoke/README.md @@ -27,7 +27,7 @@ example: yarn smoketest --build /Applications/Visual\ Studio\ Code\ -\ Insiders. # Build (Web - read instructions below) yarn smoketest --build --web --browser [chromium|webkit] -# Remote (Electron) +# Remote (Electron - Must be run on distro) yarn smoketest --build --remote ```