We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1251ac commit 8cdb45cCopy full SHA for 8cdb45c
build_tools/cli/src/lib.rs
@@ -430,10 +430,12 @@ impl Processor {
430
}
431
Tests::StandardLibraryInNative => {
432
config.test_standard_library =
433
- Some(StandardLibraryTestsSelection::blacklist(vec![
434
- "Microsoft_Tests".to_string(),
+ Some(StandardLibraryTestsSelection::whitelist(vec![
+ "Base_Tests".to_string(),
435
]));
436
config.use_native_runner = true;
437
+ config.add_engine_runner_arg("--log-level");
438
+ config.add_engine_runner_arg("TRACE");
439
440
Tests::StdSnowflake => {
441
0 commit comments