2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

If command fails, print its output even for -d0.

[SVN r55042]
This commit is contained in:
Vladimir Prus
2009-07-20 10:10:19 +00:00
parent 4db1173791
commit 644b44be44

View File

@@ -78,8 +78,8 @@ void out_action
break;
}
/* Print out the command output, if requested. */
if ( action )
/* Print out the command output, if requested, or if the program failed. */
if ( action || exit_reason != EXIT_OK)
{
/* But only output for non-quietly actions. */
if ( ( 0 != out_data ) &&