upd9
This commit is contained in:
@@ -32,6 +32,7 @@ fn test_example_tcp_echo_server() {
|
|||||||
// result.output contains the string with lots of trailing zeros, so we
|
// result.output contains the string with lots of trailing zeros, so we
|
||||||
// use limit() to shrink the output string to the expected length.
|
// use limit() to shrink the output string to the expected length.
|
||||||
for result in results {
|
for result in results {
|
||||||
|
dump(result)
|
||||||
assert result.exit_code == 0
|
assert result.exit_code == 0
|
||||||
if result.output.contains('Listening') {
|
if result.output.contains('Listening') {
|
||||||
assert result.output.limit(expect_server.len) == expect_server
|
assert result.output.limit(expect_server.len) == expect_server
|
||||||
|
|||||||
Reference in New Issue
Block a user