#2458 closed enhancement (fixed)
testsuite: cosmetics for percentage output
Reported by: | neteler | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.0 |
Component: | Tests | Version: | svn-trunk |
Keywords: | percentage, formatting | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
In order to avoid special characters in the percentage output of computations done in the testsuite, please add
os.putenv("GRASS_MESSAGE_FORMAT", "plain")
ideally at library level.
The output becomes then "0...10...20... ...100", nice for log files.
Change History (2)
comment:1 by , 10 years ago
Milestone: | 7.0.0 → 7.1.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Done in r64886. The variable
GRASS_MESSAGE_FORMAT
is set for each particular test whose stdout and stderr are part of the report.