diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-11-09 07:42:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-11-09 07:42:38 +0200 |
commit | 4e547cad02a41d020895eda83088865fecef069a (patch) | |
tree | c35d908156d46044e0c46b5ce4dbd6e2aa990cbf /libbuild2/test | |
parent | ca5da0f6dcbd272691f0a5e1c8030f65030cccce (diff) |
Make process exit diagnostics in executable metadata extraction consistent
Diffstat (limited to 'libbuild2/test')
-rw-r--r-- | libbuild2/test/rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/test/rule.cxx b/libbuild2/test/rule.cxx index 4e97968..7c27b63 100644 --- a/libbuild2/test/rule.cxx +++ b/libbuild2/test/rule.cxx @@ -678,7 +678,7 @@ namespace build2 // optional<process_exit> pe; - // @@ DBUF + // @@ DBUF: buffering and run_finish_impl()-like non-0 exit diagnostics. try { |