Skip to content

Commit

Permalink
more information
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Feb 3, 2024
1 parent df67a6a commit a718ec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:

jobs:
generate:
name: |
Generate matrix. ${{ github.event.comment.user.name }}: ${{ github.event.comment.author_association}}
runs-on: ubuntu-latest
outputs:
diffs: ${{ steps.regress-ci.outputs.diffs }}
Expand Down
6 changes: 1 addition & 5 deletions ci/svd2rust-regress/src/svd_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,7 @@ impl TestCase {
command: Option<&str>,
) -> Result<Option<Vec<PathBuf>>, TestError> {
let (chip_dir, mut process_stderr_paths) = self
.setup_case(
&opts.output_dir,
bin_path,
command,
)
.setup_case(&opts.output_dir, bin_path, command)
.with_context(|| anyhow!("when setting up case for {}", self.name()))?;
// Run `cargo check`, capturing stderr to a log file
let cargo_check_err_file = path_helper_base(&chip_dir, &["cargo-check.err.log"]);
Expand Down

0 comments on commit a718ec8

Please sign in to comment.