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
|
||||
// use limit() to shrink the output string to the expected length.
|
||||
for result in results {
|
||||
dump(result)
|
||||
assert result.exit_code == 0
|
||||
if result.output.contains('Listening') {
|
||||
assert result.output.limit(expect_server.len) == expect_server
|
||||
|
||||
Reference in New Issue
Block a user