swift-nio/IntegrationTests
Johannes Weiß 4e4890d990 add 'info' mode for integration tests (#318)
Motivation:

Sometimes it's useful if the integration tests can output something that
isn't always useful. `-v` for verbose is way too verbose so this adds a
`-i` flag to the integration tests that lets 'info' messages through.

Modifications:

- add `-i` flags to integration tests
- make use of it in the integration counter tests

Result:

if we enable `-i` in CI, then we can constantly monitor the number of
allocations we do even if we don't fail the tests.
2018-04-17 10:13:05 +02:00
..
tests_01_http eagerly process input EOF/connection resets (fixes #277) (#286) 2018-04-16 19:36:47 +02:00
tests_02_syscall_wrappers add license headers for shell scripts (#135) 2018-03-12 17:12:47 +00:00
tests_03_linker_things add license headers for shell scripts (#135) 2018-03-12 17:12:47 +00:00
tests_04_performance add 'info' mode for integration tests (#318) 2018-04-17 10:13:05 +02:00
plugin_echo.sh add license headers for shell scripts (#135) 2018-03-12 17:12:47 +00:00
plugin_junit_xml.sh add license headers for shell scripts (#135) 2018-03-12 17:12:47 +00:00
run-single-test.sh add 'info' mode for integration tests (#318) 2018-04-17 10:13:05 +02:00
run-tests.sh add 'info' mode for integration tests (#318) 2018-04-17 10:13:05 +02:00
test_functions.sh add 'info' mode for integration tests (#318) 2018-04-17 10:13:05 +02:00