We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584d71e commit e52b1fcCopy full SHA for e52b1fc
test/syscalls/linux/exec.cc
@@ -159,7 +159,7 @@ void CheckExecHelper(const absl::optional<int32_t> dirfd,
159
160
int status;
161
ASSERT_THAT(RetryEINTR(waitpid)(child, &status, 0), SyscallSucceeds());
162
- EXPECT_EQ(status, expect_status);
+ EXPECT_EQ(status, expect_status) << output;
163
164
// Process cleanup no longer needed.
165
kill.Release();
0 commit comments