Skip to content

Commit

Permalink
Collect command output in scenario tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zeegomo committed Mar 5, 2021
1 parent a90028b commit 483f1ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/jormungandr-scenario-tests/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ impl<'a, R: RngCore, N> SpawnBuilder<'a, R, N> {
}

command.stderr(Stdio::piped());
command.stdout(Stdio::piped());
command
}
}
Expand Down

0 comments on commit 483f1ae

Please sign in to comment.