aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-11-12 22:49:54 +0100
committerKim Alvefur <zash@zash.se>2018-11-12 22:49:54 +0100
commit4c07742fbbbcd6aabb38c7779c5ec76a52182012 (patch)
tree061fbd7f6bbdd2ff082c279d0aaeb90a3ede4c0b /spec
parentcdf083b8d48516ae3c0e2f25da92eb9479b19012 (diff)
downloadprosody-4c07742fbbbcd6aabb38c7779c5ec76a52182012.tar.gz
prosody-4c07742fbbbcd6aabb38c7779c5ec76a52182012.zip
spec/scansion/prosody.cfg.lua: Add comment about mod_scansion_record
This was accidentally included in a previous commit, but having it here makes it easier to enable when making new test cases.
Diffstat (limited to 'spec')
-rw-r--r--spec/scansion/prosody.cfg.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua
index a6e8d289..94861449 100644
--- a/spec/scansion/prosody.cfg.lua
+++ b/spec/scansion/prosody.cfg.lua
@@ -42,7 +42,9 @@ modules_enabled = {
--"motd"; -- Send a message to users when they log in
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
--"proxy65"; -- Enables a file transfer proxy service which clients behind NAT can use
- --"scansion_record";
+
+ -- Useful for testing
+ --"scansion_record"; -- Records things that happen in scansion test case format
}
certificate = "certs"