diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-05 16:40:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-05 16:40:42 +0300 |
commit | f12eb896ed8db3855092ad1f965f13019fc27a3f (patch) | |
tree | 29669c4ce515cf543db723748bfecc952af27b31 /build2/test/testscript/list | |
parent | b616547bddbb2dee1f757dc6ac2794e892b8baf0 (diff) |
Save diff output for {stdout,stderr}.diff
Diffstat (limited to 'build2/test/testscript/list')
-rw-r--r-- | build2/test/testscript/list | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/build2/test/testscript/list b/build2/test/testscript/list index 6a225c9..a9fa34d 100644 --- a/build2/test/testscript/list +++ b/build2/test/testscript/list @@ -1,13 +1,3 @@ -- Save diff output for {stdout,stderr}.diff [feature karen] - - Now we have diff output first, then the error. This often messes up emacs - error navigation. Also, not atomic. - - So instead we should save the output to a .diff file (could be useful for - later examination), print the error (including an info line with where is - the diff), and then (a fragment of) the diff. Theoretically, the .diff - can be large, so probably makes sense to limit it to a few KB? - - Print signal/core dump like shell/make [feature karen] Somehow bash and GNU make can detect which signal caused abnormal |