Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/distrib/sets/lists/tests
Module Name: src
Committed By: sjg
Date: Sun Aug 3 21:57:11 UTC 2025
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
make: ensure output captured in meta file is accurate
In CollectOutput() a newline before the end of job->outBuf
results in a short write to stdout, but meta_job_output()
was recording the entire string in the meta file, so on
next call the left overs would be duplicated in the meta file.
Pass a length to meta_job_output() if it should only report part of
the data in meta file.
To generate a diff of this commit:
cvs rdiff -u -r1.1387 -r1.1388 src/distrib/sets/lists/tests/mi
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index