summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-27 09:39:08 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-27 09:39:08 -0400
commit71f84c93b059ca440ae7e428cb8c34b25c1d2a77 (patch)
tree7c98c1926d8b30637bda284eac214936c239be02
parent583ef6042cc57b65c93417afb45d678e9ea0f66e (diff)
parent64c3c6a790278f82b0d3fef7fa1ac675c9733457 (diff)
downloadtor-71f84c93b059ca440ae7e428cb8c34b25c1d2a77.tar.gz
tor-71f84c93b059ca440ae7e428cb8c34b25c1d2a77.zip
Merge branch 'maint-0.3.3' into release-0.3.3
-rw-r--r--changes/bug273455
-rw-r--r--src/test/include.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/changes/bug27345 b/changes/bug27345
new file mode 100644
index 0000000000..d98f4afbcc
--- /dev/null
+++ b/changes/bug27345
@@ -0,0 +1,5 @@
+ o Minor bugfixes (testing):
+ - When running make test-network-all, use the mixed+hs-v2 network.
+ (A previous fix to chutney removed v3 onion services from the
+ mixed+hs-v23 network, so seeing "mixed+hs-v23" in tests is
+ confusing.) Fixes bug 27345; bugfix on 0.3.2.1-alpha.
diff --git a/src/test/include.am b/src/test/include.am
index cc4f3e5c88..93fc008419 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -48,7 +48,7 @@ TEST_CHUTNEY_FLAVORS = basic-min bridges-min hs-v2-min hs-v3-min \
TEST_CHUTNEY_FLAVORS_IPV6 = bridges+ipv6-min ipv6-exit-min hs-v23-ipv6-md \
single-onion-ipv6-md
# only run if we can find a stable (or simply another) version of tor
-TEST_CHUTNEY_FLAVORS_MIXED = mixed+hs-v23
+TEST_CHUTNEY_FLAVORS_MIXED = mixed+hs-v2
### This is a lovely feature, but it requires automake >= 1.12, and Tor
### doesn't require that yet.