File tree Expand file tree Collapse file tree
SecurityService.OpenIdConnect.IntegrationTests/Common Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 if : ${{ failure() }}
5151 with :
5252 name : tracelogs
53- path : / home/ txnproc/ trace/
53+ path : c:\ home\ txnproc\ trace\
5454
5555
5656 buildfirefox :
9494 if : ${{ failure() }}
9595 with :
9696 name : tracelogs
97- path : / home/ txnproc/ trace/
97+ path : c:\ home\ txnproc\ trace\
9898
9999
100100 buildchromeui :
@@ -138,7 +138,7 @@ jobs:
138138 if : ${{ failure() }}
139139 with :
140140 name : tracelogs
141- path : / home/ txnproc/ trace/
141+ path : c:\ home\ txnproc\ trace\
142142
143143
144144 buildedgeui :
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ public override async Task StartContainersForScenarioRun(String scenarioName)
104104 String traceFolder = FdOs . IsWindows ( ) ? $ "C:\\ home\\ txnproc\\ trace\\ { scenarioName } " : $ "/home/txnproc/trace/{ scenarioName } ";
105105 this . HostTraceFolder = traceFolder ;
106106 Logging . Enabled ( ) ;
107-
107+ Directory . CreateDirectory ( this . HostTraceFolder ) ;
108108 Guid testGuid = Guid . NewGuid ( ) ;
109109 this . TestId = testGuid ;
110110
You can’t perform that action at this time.
0 commit comments