Skip to content

Commit 4b63081

Browse files
committed
try to display SVD URL for tracing
1 parent 4ca8cfb commit 4b63081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/svd2rust-regress/src/svd_test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ impl CommandHelper for Command {
137137
}
138138

139139
impl TestCase {
140-
#[tracing::instrument(skip(self, opts), fields(name = %self.name()))]
140+
#[tracing::instrument(skip(self, opts), fields(name = %self.name(), svd=%self.svd_url()))]
141141
pub fn test(
142142
&self,
143143
opts: &Opts,

0 commit comments

Comments
 (0)