[GRASS-dev] [GRASS GIS] #2458: testsuite: cosmetics for percentage output

#2458: testsuite: cosmetics for percentage output
------------------------------------+---------------------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Tests | Version: svn-trunk
Keywords: percentage, formatting | Platform: Unspecified
      Cpu: Unspecified |
------------------------------------+---------------------------------------
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.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2458&gt;
GRASS GIS <http://grass.osgeo.org>

#2458: testsuite: cosmetics for percentage output
--------------------------+-------------------------------------------------
  Reporter: neteler | Owner: grass-dev@…
      Type: enhancement | Status: closed
  Priority: normal | Milestone: 7.1.0
Component: Tests | Version: svn-trunk
Resolution: fixed | Keywords: percentage, formatting
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by wenzeslaus):

  * status: new => closed
  * resolution: => fixed
  * milestone: 7.0.0 => 7.1.0

Comment:

Done in r64886. The variable `GRASS_MESSAGE_FORMAT` is set for each
particular test whose stdout and stderr are part of the report.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2458#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>