We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c859c commit 9aa3fb4Copy full SHA for 9aa3fb4
core-dump-agent/tests/basic.rs
@@ -98,7 +98,7 @@ fn basic() -> Result<(), std::io::Error> {
98
assert!(env_content.contains("LOG_LENGTH=500"));
99
assert!(env_content.contains("EVENTS=false"));
100
assert!(env_content.contains("EVENT_DIRECTORY=/"));
101
- assert_eq!(env_content.lines().count(), 11);
+ assert_eq!(env_content.lines().count(), 12);
102
//TODO: [No9] Test uploading of a corefile
103
//TODO: [No9] Test remove option
104
//TODO: [No9] Test sweep option
0 commit comments