mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
scansion: Enable mod_debug_reset during tests
This commit is contained in:
parent
8e325c229f
commit
a68bddfee8
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@ modules_enabled = {
|
||||||
"tombstones";
|
"tombstones";
|
||||||
"user_account_management";
|
"user_account_management";
|
||||||
|
|
||||||
|
-- Required for integration testing
|
||||||
|
"debug_reset";
|
||||||
|
|
||||||
-- Useful for testing
|
-- Useful for testing
|
||||||
--"scansion_record"; -- Records things that happen in scansion test case format
|
--"scansion_record"; -- Records things that happen in scansion test case format
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue