]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add "-c 1" to ping6 in test-network-all
authorNick Mathewson <nickm@torproject.org>
Mon, 9 May 2016 22:12:59 +0000 (18:12 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 9 May 2016 22:12:59 +0000 (18:12 -0400)
Fixes bug 19008. bugfix on 0.2.7.3-rc

Makefile.am
changes/bug19008 [new file with mode: 0644]

index beea69d95e6b7c6c66a0ce02660a55dc294e173a..6fd94058e4379c7c144e9e4e6d4fd4cab6ce8556 100644 (file)
@@ -106,7 +106,7 @@ test-network: need-chutney-path all
 test-network-all: need-chutney-path all test-driver
        mkdir -p $(TEST_NETWORK_ALL_LOG_DIR)
        @flavors="$(TEST_CHUTNEY_FLAVORS)"; \
-       if ping6 -q -o ::1 >/dev/null 2>&1; then \
+       if ping6 -q -c 1 -o ::1 >/dev/null 2>&1; then \
                echo "ping6 ::1 succeeded, running IPv6 flavors: $(TEST_CHUTNEY_FLAVORS_IPV6)."; \
                flavors="$$flavors $(TEST_CHUTNEY_FLAVORS_IPV6)"; \
        else \
diff --git a/changes/bug19008 b/changes/bug19008
new file mode 100644 (file)
index 0000000..c51c98f
--- /dev/null
@@ -0,0 +1,3 @@
+  o Major bugfixes (testing):
+    - Fix a bug that would block 'make test-network-all' on systems
+      where IPv6 packets were lost. Fixes bug 19008; bugfix on tor-0.2.7.3-rc.