Skip to content

Commit ad376a4

Browse files
authored
Merge pull request #914 from robamu/ci-svd-name-display
Display SVD URL in logs
2 parents 4ca8cfb + 4b63081 commit ad376a4

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)