mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
ptrace_test: Add more debug output on test failures
Mostly automatic, using `CHILD_REQUIRE\(([^|&\n]*) ==` -> `CHILD_REQUIRE_EQ_INT($1,` `ATF_REQUIRE\(([^|&\n]*) ==` -> `REQUIRE_EQ_INT($1,` followed by git-clang-format -f and then manually checking ones that contain ||/&&. Test Plan: Still getting the same failure but now it prints `psr.sr_error (0) == EBADF (9) not met` instead of just failing without printing the values. PR: 243605 Reviewed By: jhb Differential Revision: https://reviews.freebsd.org/D28887
This commit is contained in:
parent
60c4ec806d
commit
96a9e50e63
1 changed files with 771 additions and 747 deletions
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue