Files
quic-go/integrationtests/integrationtests_suite_test.go
Marten Seemann 8b4042ddd1 introduce a logfile command line flag for the integrationtests
Use: ginkgo -failFast -- -logfile=log.txt
Ginkgo will create log.txt and set the log level to LogLevelDebug. Use
of -failFast is recommended to make sure that no other tests are run if
one test fails (the log file would be overwritten otherwise).
2017-04-30 15:13:29 +07:00

9.1 KiB