summaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/README.md b/test/README.md
index 59e5760f6..e35a21251 100644
--- a/test/README.md
+++ b/test/README.md
@@ -46,9 +46,9 @@ optional arguments:
--version Future|vXX selects the network template file
```
-To run a specific test:
+To run a specific test, run e2e.sh with -i interactive flag, and follow the instructions:
```
-~$ ./e2e_client_runner.py /full/path/to/e2e_subs/test_script.sh
+test/scripts/e2e.sh -i
```
Tests in the `e2e_subs/serial` directory are executed serially instead of in parallel. This should only be used when absolutely necessary.