diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2023-05-10 21:56:52 +0000 |
---|---|---|
committer | Mike Perry <mikeperry-git@torproject.org> | 2023-05-11 18:05:28 +0000 |
commit | 0c115779871e05586cc1aa1526d4cc65aced2b0a (patch) | |
tree | d33f72531a0ba1abfa13871c142698dc6315e45e /src/test | |
parent | a340acb492e216e74334f4ff00dbbe5abc6ec956 (diff) | |
download | tor-0c115779871e05586cc1aa1526d4cc65aced2b0a.tar.gz tor-0c115779871e05586cc1aa1526d4cc65aced2b0a.zip |
Fix unit tests.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test_conflux_pool.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_conflux_pool.c b/src/test/test_conflux_pool.c index b8053b7c0a..3da85705b3 100644 --- a/src/test/test_conflux_pool.c +++ b/src/test/test_conflux_pool.c @@ -53,6 +53,7 @@ #include "core/or/conflux_params.h" #include "core/or/conflux.h" #include "core/or/conflux_st.h" +#include "trunnel/conflux.h" #include "lib/crypt_ops/crypto_rand.h" /* Start our monotime mocking at 1 second past whatever monotime_init() @@ -1112,6 +1113,7 @@ test_conflux_switch(void *arg) { (void) arg; test_setup(); + DEFAULT_EXIT_UX = CONFLUX_UX_HIGH_THROUGHPUT; launch_new_set(2); |