Enable force_handlers for integration tests.

This commit is contained in:
Matt Clay
2019-01-24 20:04:22 -08:00
parent 7e4336a3f4
commit 315434f676
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
[defaults]
# allow cleanup handlers to run when tests fail
force_handlers = True