From 4608827fed7da1e19dffc26d668f01aa36ba0d23 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Fri, 8 Apr 2016 21:08:50 +0000 Subject: [PATCH] document remote test-running --- execution-flow | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/execution-flow b/execution-flow index 980d35c..2906c51 100644 --- a/execution-flow +++ b/execution-flow @@ -89,10 +89,16 @@ When it needs the stdout files, it prints them over ssh. New flags ---------- +In making this remotes feature, I wound up adding some others. --r, --remote Host to use as a remote +-r, --remote SSH host to use as a remote -F, --format Output format, one of "urchin", "tap", "dsv", "remote" +Urchin runs only locally by default. If you pass at least one --remote +flag, Urchin runs tests only on the specified remotes; it can't run both +locally and remotely in the same run. If you want to do that, you could +wait until I add that feature, or you can add "localhost" as a remote. + Settings that I'm thinking about * Port for rsync/ssh