aboutsummaryrefslogtreecommitdiff
path: root/build2/test/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/rule.cxx')
-rw-r--r--build2/test/rule.cxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx
index 869c23b..96941e6 100644
--- a/build2/test/rule.cxx
+++ b/build2/test/rule.cxx
@@ -639,16 +639,7 @@ namespace build2
dr << error;
print_process (dr, args);
-
- if (!pe.normal ())
- {
- dr << " terminated abnormally: " << pe.description ();
-
- if (pe.core ())
- dr << " (core dumped)";
- }
- else
- dr << " exited with code " << static_cast<uint16_t> (pe.code ());
+ dr << " " << pe;
}
return pr && wr;