Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#1839 closed Bugs (fixed)

Test fails if child process exits with non-zero code

Reported by: iplunk@… Owned by: Gennadiy Rozental
Milestone: Component: test
Version: Boost 1.35.0 Severity: Problem
Keywords: child process non-zero code Cc:

Description

The issue is very similar to Ticket #1723. That solution is not good since childs are allowed to exit only with 0 code now. It's better having more freedom. Non-zero code doesn't mean the test case failed. For example, grep returns 1 when it can't find a match. I suggest removing return code check at all.

This used to work OK in Boost 1.34.1.

Change History (2)

comment:1 by Gennadiy Rozental, 14 years ago

Resolution: fixed
Status: newclosed

introduced compile time switch

comment:2 by (none), 14 years ago

Milestone: Boost 1.35.1

Milestone Boost 1.35.1 deleted

Note: See TracTickets for help on using tickets.