summaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/test/README.md b/test/README.md
index 2d8936460..e35a21251 100644
--- a/test/README.md
+++ b/test/README.md
@@ -46,14 +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
-```
-
-Make sure to install the Algorand Python SDK before running:
-```
-pip install py-algorand-sdk
+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.