From 7035d94b391389c9c874366bae0dc295f1024844 Mon Sep 17 00:00:00 2001
From: Gary Miguel <garymm@google.com>
Date: Wed, 17 Jan 2018 14:14:25 -0800
Subject: [PATCH] [docs] add `fx run-test` to getting started page.

Change-Id: I4e6e238e39fd34e0772cb1dfef3f4487d349ac36
---
 getting_started.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/getting_started.md b/getting_started.md
index 3a61d55a243..8cdcf7dfcde 100644
--- a/getting_started.md
+++ b/getting_started.md
@@ -221,6 +221,13 @@ You can run a test by invoking it in the terminal. E.g.
 /system/test/ledger_unittests
 ```
 
+If you want to leave Fuchsia running and recompile and re-run a test, run
+Fuchsia with networking enabled in one terminal, then in another terminal, run:
+
+```
+fx run-test <test name> [<test args>]
+```
+
 ## Contribute changes
 
 * See [CONTRIBUTING.md](CONTRIBUTING.md).
-- 
GitLab