@@ -49,6 +49,7 @@ private async Task RunWithoutAot(string filter,
4949 "--configuration" , "Release" ,
5050 "--treenode-filter" , filter ,
5151 "--report-trx" , "--report-trx-filename" , trxFilename ,
52+ "--diagnostic-verbosity" , "Debug" ,
5253 "--diagnostic" , "--diagnostic-output-fileprefix" , $ "log_{ GetType ( ) . Name } _",
5354 "--timeout" , "5m" ,
5455 "--hangdump" , "--hangdump-filename" , $ "hangdump.tests-{ guid } .txt", "--hangdump-timeout" , "3m" ,
@@ -86,6 +87,7 @@ private async Task RunWithAot(string filter, List<Action<TestRun>> assertions,
8687 [
8788 "--treenode-filter" , filter ,
8889 "--report-trx" , "--report-trx-filename" , trxFilename ,
90+ "--diagnostic-verbosity" , "Debug" ,
8991 "--diagnostic" , "--diagnostic-output-fileprefix" , $ "log_{ GetType ( ) . Name } _AOT_",
9092 "--timeout" , "5m" ,
9193 ..runOptions . AdditionalArguments
@@ -120,6 +122,7 @@ private async Task RunWithSingleFile(string filter,
120122 [
121123 "--treenode-filter" , filter ,
122124 "--report-trx" , "--report-trx-filename" , trxFilename ,
125+ "--diagnostic-verbosity" , "Debug" ,
123126 "--diagnostic" , "--diagnostic-output-fileprefix" , $ "log_{ GetType ( ) . Name } _SINGLEFILE_",
124127 "--timeout" , "5m" ,
125128 ..runOptions . AdditionalArguments
0 commit comments