mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +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
@ -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…
Reference in New Issue
Block a user