]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Test: consistently use $(TEST_NETWORK_ALL_LOG_DIR) in Makefile.am
authorteor <teor@torproject.org>
Fri, 24 Aug 2018 00:20:30 +0000 (10:20 +1000)
committerteor <teor@torproject.org>
Wed, 29 Aug 2018 00:47:05 +0000 (10:47 +1000)
Part of 27295.

Makefile.am

index f06d0e37341167e20c138be8cee9f7648fce0591..b19a4bf9668b97c7839e08b2964f86d3c9cb90f3 100644 (file)
@@ -128,7 +128,7 @@ test-network-all: need-chutney-path test-driver $(TESTING_TOR_BINARY) src/tools/
                $(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); \
        done; \
        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:
        @if test ! -d "$$STEM_SOURCE_DIR"; then \