Skip to content
Snippets Groups Projects
Commit 60c6debd authored by teor (Tim Wilson-Brown)'s avatar teor (Tim Wilson-Brown)
Browse files

make test-network-all exit 1 if any test network fails

parent 5feae32f
No related branches found
No related tags found
No related merge requests found
......@@ -118,8 +118,9 @@ test-network-all: need-chutney-path all test-driver
done; \
for f in $$flavors; do \
./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)."
done; \
echo "Log and result files are available in $(TEST_NETWORK_ALL_LOG_DIR)."; \
! grep -q FAIL test_network_log/*.trs
need-stem-path:
@if test ! -d "$$STEM_SOURCE_DIR"; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment