fn expectStdOutEqual(self: *Run, bytes: []const u8) void
Adds a check for exact stdout match as well as a check for exit code 0, if there is not already an expected termination check.
self: *Run,
bytes: []const u8,