diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-05 16:41:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-05 16:41:56 +0300 |
commit | 4c3231b02563998b3c77d3fa4465c034c6332208 (patch) | |
tree | 6aec5b2d70104135ac45d3fffcae020c04056b88 /build2/test/testscript/list | |
parent | f12eb896ed8db3855092ad1f965f13019fc27a3f (diff) |
Print signal/core dump like shell/make
Diffstat (limited to 'build2/test/testscript/list')
-rw-r--r-- | build2/test/testscript/list | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/build2/test/testscript/list b/build2/test/testscript/list index a9fa34d..dbe9bfb 100644 --- a/build2/test/testscript/list +++ b/build2/test/testscript/list @@ -1,14 +1,3 @@ -- Print signal/core dump like shell/make [feature karen] - - Somehow bash and GNU make can detect which signal caused abnormal - termination and print it as well as whether core was dumped, for example: - - Aborted (core dumped) - Segmentation fault - - Would be nice to be just as smart plus, in case of a core, also print where - it is (normally terminated executable's working directory). - - Tests cleanup [quality karen] Need to resolve the following issues in testscript used to test build2: |