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:
@@ -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 ) &&
|
||||
|
||||
Reference in New Issue
Block a user