File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
eng/helix/content/RunTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -237,8 +237,8 @@ public async Task<int> RunTestsAsync()
237
237
{
238
238
// Timeout test run 5 minutes before the Helix job would timeout
239
239
var cts = new CancellationTokenSource ( Options . Timeout . Subtract ( TimeSpan . FromMinutes ( 5 ) ) ) ;
240
- var upload = Environment . GetEnvironmentVariable ( "HELIX_WORKITEM_UPLOAD_ROOT" ) ;
241
- var commonTestArgs = $ "test { Options . Target } --diag:{ upload } \log . txt -- logger: xunit --logger:\"console;verbosity=normal\" --blame \" CollectHangDump;TestTimeout=5m\" " ;
240
+ var diagLog = Path . Combine ( Environment . GetEnvironmentVariable ( "HELIX_WORKITEM_UPLOAD_ROOT" ) , "log.txt ") ;
241
+ var commonTestArgs = $ "test { Options . Target } --diag:{ diagLog } --logger:xunit --logger:\" console;verbosity=normal\" --blame \" CollectHangDump;TestTimeout=5m\" ";
242
242
if ( Options . Quarantined )
243
243
{
244
244
Console . WriteLine ( "Running quarantined tests." ) ;
You can’t perform that action at this time.
0 commit comments