Skip to content

Commit

Permalink
_Exit() on failure to avoid sanitizer spam
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Feb 8, 2024
1 parent 04c60b0 commit ea461c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/aws/testing/aws_test_harness.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ static int total_skip;
#define POSTFAIL_INTERNAL() \
do { \
total_failures++; \
_Exit(FAILURE); \
return FAILURE; \
} while (0)

Expand Down

0 comments on commit ea461c4

Please sign in to comment.