Skip to content

Commit

Permalink
test: e2e-identity: don't clobber existing README.md
Browse files Browse the repository at this point in the history
Instead just write the output to a separate file from the one we're
tracking in our repo.
  • Loading branch information
istankovic committed Aug 29, 2024
1 parent efbd922 commit c1b4dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-identity/tests/utils/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ impl TestDisplay {
}

fn readme() -> PathBuf {
PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("README.md")
PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("README.md.test")
}
}

Expand Down

0 comments on commit c1b4dc6

Please sign in to comment.