Skip to content

Commit 7aa6e20

Browse files
committed
Show filters in debug
1 parent 7d38f54 commit 7aa6e20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/uv/tests/common/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ impl TestContext {
136136
// Note the temporary directoy comes last because the others are nested within
137137
filters.push((&self.temp_dir_pattern, "[TEMP DIR]"));
138138

139+
dbg!(&filters);
140+
139141
filters
140142
}
141143
}

0 commit comments

Comments
 (0)