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