From 3bc0fc4c4496c345c79734dcd6dc56d44119aebf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Nov 2022 10:34:22 +0200 Subject: Make process exit diagnostics consistent In particular, we now always print error message on non-0 exit except in cases where such exit is ignored. --- build2/cli/rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2') diff --git a/build2/cli/rule.cxx b/build2/cli/rule.cxx index 9e3ffa6..1f82699 100644 --- a/build2/cli/rule.cxx +++ b/build2/cli/rule.cxx @@ -329,7 +329,7 @@ namespace build2 if (!ctx.dry_run) { - run (ctx, pp, args); + run (ctx, pp, args, 1 /* finish_verbosity */); dd.check_mtime (tp); } -- cgit v1.1