From 499172d26858d698142fb0484e6f19dd0b14c9b8 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 25 May 2020 22:47:55 -0400 Subject: [PATCH] Add some logging --- tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs b/tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs index e21115618d..a1e4c45046 100644 --- a/tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs +++ b/tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs @@ -250,6 +250,7 @@ namespace Tgstation.Server.Tests.Instance try { + global::System.Console.WriteLine("TEST: Sending world reboot topic..."); var result = await bts.SendTopic(IPAddress.Loopback, "tgs_integration_test_special_tactics=1", 1337, cancellationToken); Assert.AreEqual("ack", result.StringData);