mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
test/circuitbuild: Make some tests fork
Since we're testing IF_BUG_ONCE(), we need to fork. Part of 33633.
This commit is contained in:
parent
cbfb826513
commit
327688b968
1 changed files with 2 additions and 2 deletions
|
@ -479,7 +479,7 @@ struct testcase_t circuitbuild_tests[] = {
|
|||
|
||||
TEST(upgrade_from_guard_wait, TT_FORK, &helper_pubsub_setup, NULL),
|
||||
|
||||
TEST_CIRCUIT(extend_state_valid, 0),
|
||||
TEST_CIRCUIT(extend_add_ed25519, 0),
|
||||
TEST_CIRCUIT(extend_state_valid, TT_FORK),
|
||||
TEST_CIRCUIT(extend_add_ed25519, TT_FORK),
|
||||
END_OF_TESTCASES
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue