mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Merge branch 'maint-0.3.3' into maint-0.3.4
This commit is contained in:
commit
0ea622aa3a
@ -127,6 +127,7 @@ test-network: need-chutney-path $(TESTING_TOR_BINARY) src/tools/tor-gencert
|
|||||||
# because they're incompatible
|
# because they're incompatible
|
||||||
test-network-all: need-chutney-path test-driver $(TESTING_TOR_BINARY) src/tools/tor-gencert
|
test-network-all: need-chutney-path test-driver $(TESTING_TOR_BINARY) src/tools/tor-gencert
|
||||||
mkdir -p $(TEST_NETWORK_ALL_LOG_DIR)
|
mkdir -p $(TEST_NETWORK_ALL_LOG_DIR)
|
||||||
|
rm -f $(TEST_NETWORK_ALL_LOG_DIR)/*.log $(TEST_NETWORK_ALL_LOG_DIR)/*.trs
|
||||||
@flavors="$(TEST_CHUTNEY_FLAVORS)"; \
|
@flavors="$(TEST_CHUTNEY_FLAVORS)"; \
|
||||||
if ping6 -q -c 1 -o ::1 >/dev/null 2>&1 || ping6 -q -c 1 -W 1 ::1 >/dev/null 2>&1 || ping -6 -c 1 -W 1 ::1 >/dev/null 2>&1; then \
|
if ping6 -q -c 1 -o ::1 >/dev/null 2>&1 || ping6 -q -c 1 -W 1 ::1 >/dev/null 2>&1 || ping -6 -c 1 -W 1 ::1 >/dev/null 2>&1; then \
|
||||||
echo "ping6 ::1 or ping ::1 succeeded, running IPv6 flavors: $(TEST_CHUTNEY_FLAVORS_IPV6)."; \
|
echo "ping6 ::1 or ping ::1 succeeded, running IPv6 flavors: $(TEST_CHUTNEY_FLAVORS_IPV6)."; \
|
||||||
@ -150,7 +151,7 @@ test-network-all: need-chutney-path test-driver $(TESTING_TOR_BINARY) src/tools/
|
|||||||
$(top_srcdir)/src/test/test-network.sh $(TEST_NETWORK_WARNING_FLAGS); \
|
$(top_srcdir)/src/test/test-network.sh $(TEST_NETWORK_WARNING_FLAGS); \
|
||||||
done; \
|
done; \
|
||||||
echo "Log and result files are available in $(TEST_NETWORK_ALL_LOG_DIR)."; \
|
echo "Log and result files are available in $(TEST_NETWORK_ALL_LOG_DIR)."; \
|
||||||
! grep -q FAIL test_network_log/*.trs
|
! grep -q FAIL $(TEST_NETWORK_ALL_LOG_DIR)/*.trs
|
||||||
|
|
||||||
need-stem-path:
|
need-stem-path:
|
||||||
@if test ! -d "$$STEM_SOURCE_DIR"; then \
|
@if test ! -d "$$STEM_SOURCE_DIR"; then \
|
||||||
|
3
changes/bug27295
Normal file
3
changes/bug27295
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
o Minor bugfixes (testing, chutney):
|
||||||
|
- Before running make test-network-all, delete old logs and test result
|
||||||
|
files, to avoid spurious failures. Fixes bug 27295; bugfix on 0.2.7.3-rc.
|
Loading…
Reference in New Issue
Block a user