summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2017-03-01 11:54:31 +1100
committerteor <teor2345@gmail.com>2017-03-01 11:54:31 +1100
commita3bec9aa5a023c39f04d863c21cef779cb590e85 (patch)
tree23a66f172fb7c6b6600cec6aafb0f4fc9d22adaf
parent004ec8dc58078e6f4ab90f603ce3a9df3dd9e065 (diff)
downloadtor-a3bec9aa5a023c39f04d863c21cef779cb590e85.tar.gz
tor-a3bec9aa5a023c39f04d863c21cef779cb590e85.zip
Remove a spurious test-network-all warning that triggers when sh is not bash
Part of 21581.
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 880420b287..3d50594bf4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -137,9 +137,6 @@ test-network-all: need-chutney-path test-driver $(TESTING_TOR_BINARY) src/tools/
for f in $$flavors; do \
$(SHELL) $(top_srcdir)/test-driver --test-name $$f --log-file $(TEST_NETWORK_ALL_LOG_DIR)/$$f.log --trs-file $(TEST_NETWORK_ALL_LOG_DIR)/$$f.trs $(TEST_NETWORK_ALL_DRIVER_FLAGS) $(top_srcdir)/src/test/test-network.sh --flavor $$f $(TEST_NETWORK_FLAGS); \
$(top_srcdir)/src/test/test-network.sh $(TEST_NETWORK_WARNING_FLAGS); \
- if test $$? -eq 2 ; then \
- echo "Please update your chutney using 'git pull' to see tor warnings here."; \
- fi; \
done; \
echo "Log and result files are available in $(TEST_NETWORK_ALL_LOG_DIR)."; \
! grep -q FAIL test_network_log/*.trs