summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-09-27 17:33:15 +1000
committerMiguel Jacq <mig@mig5.net>2018-09-27 17:33:15 +1000
commit8212da2d3df36c17162225f83be12a9db09cbccb (patch)
tree5af3616b46e4b5d440c48f78314ac74cd194a1ae /BUILD.md
parent8fc8e0765c73530136b9cd203bc059be09bd8475 (diff)
downloadonionshare-8212da2d3df36c17162225f83be12a9db09cbccb.tar.gz
onionshare-8212da2d3df36c17162225f83be12a9db09cbccb.zip
Add Tor GUI unit tests
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD.md b/BUILD.md
index 308a186c..00d24cd2 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -155,3 +155,12 @@ If you would like to run the GUI unit tests in 'local only mode':
cd tests_gui_local/
./run_unit_tests.sh
```
+
+If you would like to run the GUI unit tests in 'tor' (bundled) mode:
+
+```sh
+cd tests_gui_tor/
+./run_unit_tests.sh
+```
+
+Keep in mind that the Tor tests take a lot longer to run than local mode, but they are also more comprehensive.