Marking when user ran the unit tests

Этот коммит содержится в:
=Corey Hulen
2015-10-15 11:16:26 -07:00
родитель adc20981e2
Коммит de717aef56
8 изменённых файлов: 49 добавлений и 15 удалений

Просмотреть файл

@@ -19,6 +19,8 @@ func Setup() {
StartServer()
InitApi()
Client = model.NewClient("http://localhost" + utils.Cfg.ServiceSettings.ListenAddress)
Srv.Store.MarkSystemRanUnitTests()
}
}