blob: a9fa34dafbd6a16f2833973fa40cac7e9e7e650d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
- 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:
* add standard file headers
* assign ids to all tests
* @@-issues
* conformance to testscript style guide
* &&-expression fix for cat & build
* use test.{redirect,cleanup} where appropriate
* cross-testing fixes and conversions
|