Skip to content

Commit 0ee603c

Browse files
author
Tom
committed
output log file in smoke test to allow better debugging
1 parent 1edadcb commit 0ee603c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

InstallScripts/ServiceInstallerModules.psm1

+2
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ Function SmokeTestBingoService
151151
#Check for absence of logging error file exceptionDump.txt (occurs in binaries install dir, not logs subdirectory)
152152
CheckFileAbsentOrDie("exceptionDump.txt")
153153

154+
Write-Output ('Log file data loaded as :' + $engineLog)
155+
154156
# Check the _engine.log to ensure a game has been scheduled, by checking for presence of the following log messages:
155157
#31-01 09:05:06 Scheduler Info SCHED,ID:076741 EVENT,ID:088541 Event created
156158
#31-01 09:05:06 Scheduler Info SCHED,ID:076741 EVENT,ID:088541 Starting game.

0 commit comments

Comments
 (0)