2. Files produced by named which may not be cleaned up if named exits
abnormally, e.g. core files, PID files etc., are stored in the test directory.
-3. A file "test.output.<test-name>" containing the text written to stdout by the
-test is written to bin/tests/system/. This file is only produced when the test
-is run as part of the entire test suite (e.g. via make).
-
If the test fails, all these files are retained. But if the test succeeds,
they are cleaned up at different times:
2. Files that may not be cleaned up if named exits abnormally can be removed
using the "cleanall.sh" script.
-
-3. "test.output.*" files are deleted when the test suite ends. At this point,
-the file "testsummary.sh" is called which concatenates all the "test.output.*"
-files into a single "systests.output" file before deleting them.