-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #156 from epage/release
test: Update release snapshots
- Loading branch information
Showing
3 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,23 +4,24 @@ fn release() { | |
snapbox::cmd::Command::new(snapbox::cmd::cargo_bin!("custom-panic-test")) | ||
.assert() | ||
.stderr_eq(snapbox::str![[r#" | ||
Well, this is embarrassing. | ||
Well, this is embarrassing. | ||
custom-panic-test had a problem and crashed. To help us diagnose the problem you can send us a crash report. | ||
custom-panic-test had a problem and crashed. To help us diagnose the problem you can send us a crash report. | ||
We have generated a report file at "[..].toml". Submit an issue or email with the subject of "custom-panic-test Crash Report" and include the report as an attachment. | ||
We have generated a report file at "[..].toml". Submit an issue or email with the subject of "custom-panic-test Crash Report" and include the report as an attachment. | ||
- Homepage: www.mycompany.com | ||
- Authors: My Company Support <[email protected] | ||
- Homepage: www.mycompany.com | ||
- Authors: My Company Support <[email protected] | ||
To submit the crash report: | ||
To submit the crash report: | ||
- Open a support request by email to [email protected] | ||
- Open a support request by email to [email protected] | ||
We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports. | ||
We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports. | ||
Thank you kindly! | ||
"#]]) | ||
Thank you kindly! | ||
"#]]) | ||
.code(101); | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,19 @@ fn release() { | |
snapbox::cmd::Command::new(snapbox::cmd::cargo_bin!("single-panic-test")) | ||
.assert() | ||
.stderr_eq(snapbox::str![[r#" | ||
Well, this is embarrassing. | ||
Well, this is embarrassing. | ||
single-panic-test had a problem and crashed. To help us diagnose the problem you can send us a crash report. | ||
single-panic-test had a problem and crashed. To help us diagnose the problem you can send us a crash report. | ||
We have generated a report file at "[..].toml". Submit an issue or email with the subject of "single-panic-test Crash Report" and include the report as an attachment. | ||
We have generated a report file at "[..].toml". Submit an issue or email with the subject of "single-panic-test Crash Report" and include the report as an attachment. | ||
- Authors: Human Panic Authors <[email protected]> | ||
- Authors: Human Panic Authors <[email protected]> | ||
We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports. | ||
We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports. | ||
Thank you kindly! | ||
"#]]) | ||
Thank you kindly! | ||
"#]]) | ||
.code(101); | ||
} | ||
|
||
|