diff options
author | teor <teor@torproject.org> | 2020-02-13 12:33:42 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-02-13 13:00:18 +1000 |
commit | 02f494360a71959c8f81a6015a42965d95b2818c (patch) | |
tree | a39ab358e293652906451dae4c10a5a491bdbc13 /src/test/include.am | |
parent | 9d352028e60fa5b2b239f6ce0803c2b1b0cb5d84 (diff) | |
download | tor-02f494360a71959c8f81a6015a42965d95b2818c.tar.gz tor-02f494360a71959c8f81a6015a42965d95b2818c.zip |
Makefile: Use chutney's latest default network
Use bridges+hs-v23 for "make test-network",
rather than using chutney's old default.
This change requires a recent version of chutney,
because the old bridges+hs-v23 did not work.
(See chutney's 33302 for details.)
Closes 28208.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/include.am b/src/test/include.am index 47e8d8fb09..fdd1195fdf 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -64,7 +64,7 @@ TESTS += src/test/test src/test/test-slow src/test/test-memwipe \ # run a quick test or two # this test only uses IPv4 -TEST_CHUTNEY_FLAVOR_QUICK = bridges+hs-v2 +TEST_CHUTNEY_FLAVOR_QUICK = bridges+hs-v23 # only run if we can ping6 ::1 (localhost) TEST_CHUTNEY_FLAVOR_QUICK_IPV6 = client-ipv6-only-md |