Logs continuous test config at startup.
This commit is contained in:
parent
58816430e3
commit
0e087c6fee
@ -1,5 +1,6 @@
|
|||||||
using DistTestCore.Logs;
|
using DistTestCore.Logs;
|
||||||
using Logging;
|
using Logging;
|
||||||
|
using Newtonsoft.Json;
|
||||||
using Utils;
|
using Utils;
|
||||||
|
|
||||||
namespace ContinuousTests
|
namespace ContinuousTests
|
||||||
@ -40,7 +41,9 @@ namespace ContinuousTests
|
|||||||
startupChecker.Check();
|
startupChecker.Check();
|
||||||
|
|
||||||
var taskFactory = new TaskFactory();
|
var taskFactory = new TaskFactory();
|
||||||
overviewLog.Log("Startup checks passed. Continuous tests starting...");
|
overviewLog.Log("Startup checks passed. Configuration:");
|
||||||
|
overviewLog.Log(JsonConvert.SerializeObject(config, Formatting.Indented));
|
||||||
|
overviewLog.Log("Continuous tests starting...");
|
||||||
overviewLog.Log("");
|
overviewLog.Log("");
|
||||||
var allTests = testFactory.CreateTests();
|
var allTests = testFactory.CreateTests();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user