We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f8cd8 commit 868a2c4Copy full SHA for 868a2c4
1 file changed
src/main.rs
@@ -208,7 +208,7 @@ fn create_build_steps() -> BuildStepper {
208
},
209
|_git: &mut Command| {
210
assert!(
211
- test_exec("cat success.md", "nuggit: ThisWasATriumph", true)
+ test_exec("cat success.md", "nuggit: ThisWasATriumph", false)
212
.expect("could not read success.md"),
213
"success.md did not contain ThisWasATriumph"
214
);
0 commit comments