summaryrefslogtreecommitdiffstats
path: root/utils/diagnostic.go
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-15 14:53:14 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-15 14:53:14 -0400
commitbd2fec0fb16783049ec555d8015f49a0ed3ccf80 (patch)
tree2802e98b622ac3825cee77ef8d6cc2c23cff7475 /utils/diagnostic.go
parent5f1734a3c294d1a6ca453a0b3dbb7f67f97cf4a5 (diff)
parentde717aef56dfaa0b9b676ce82d4b9d7abdb12428 (diff)
downloadchat-bd2fec0fb16783049ec555d8015f49a0ed3ccf80.tar.gz
chat-bd2fec0fb16783049ec555d8015f49a0ed3ccf80.tar.bz2
chat-bd2fec0fb16783049ec555d8015f49a0ed3ccf80.zip
Merge pull request #1077 from mattermost/mark-tests
Marking when user ran the unit tests
Diffstat (limited to 'utils/diagnostic.go')
-rw-r--r--utils/diagnostic.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/diagnostic.go b/utils/diagnostic.go
index 8572c2f51..fd24c2c25 100644
--- a/utils/diagnostic.go
+++ b/utils/diagnostic.go
@@ -19,6 +19,7 @@ const (
PROP_DIAGNOSTIC_OS = "os"
PROP_DIAGNOSTIC_USER_COUNT = "uc"
PROP_DIAGNOSTIC_ACTIVE_USER_COUNT = "auc"
+ PROP_DIAGNOSTIC_UNIT_TESTS = "ut"
)
func SendDiagnostic(values url.Values) {