Skip to content

Commit f075b55

Browse files
[+] Output LockFilePath for debug
1 parent 1913114 commit f075b55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/tests-unit/files/FWO.Test/LockTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ await ExecuteFileAction(() =>
2727

2828
// Implicitly call static constructor so backround lock process is started
2929
Log.WriteInfo("Startup", "Starting Lock Tests...");
30+
Log.WriteInfo("Startup", $"LockFilePath is: {lockFilePath}");
3031
}
3132

3233
[TearDown]

0 commit comments

Comments
 (0)