|
@@ -73,7 +73,7 @@ socks: "127.0.0.1:9050"
|
|
|
message_server: "server.maybe.onion:6397"
|
|
|
|
|
|
# Similarly, but for the web server (must include protocol).
|
|
|
-web_server: "https://server.maybe.onion:6398"
|
|
|
+web_server: "server.maybe.onion:6398"
|
|
|
|
|
|
# The number of seconds to wait until the client starts sending messages.
|
|
|
# This should be long enough that all clients have had time to start
|
|
@@ -191,5 +191,6 @@ Larger files will lead to slower initialization and higher memory overhead, but
|
|
|
Unit tests can be run using the `cargo test` command.
|
|
|
Integration tests are performed using Shadow, so will require that it be installed, and probably in your environment's PATH.
|
|
|
You will also need the mgen executables to be in your environment's PATH for Shadow to find them (see the [installation instructions](#usage) above).
|
|
|
+If you are running the Tor versions of the tests, you will also need a `tor` executable in your PATH.
|
|
|
Because the tests are invoked in Shadow, there is no simple way to run them with cargo, so they are instead run using standalone shell scripts.
|
|
|
You can find them in this project's [shadow directory](/shadow).
|