flyway / flyway-test-extensions

Apache License 2.0
129 stars 35 forks source link

Use ExecutionListenerHelper.getExecutionInformation() only with debug enable #41

Closed FlorianGWE closed 7 years ago

FlorianGWE commented 7 years ago

The usage of ExecutionListenerHelper need time and can break the test execution seen in issue #33.

So use it only if debug is enabled.