]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Fix tests under MSYS2 (Windows)
authorWolfgang Stöggl <c72578@yahoo.de>
Fri, 25 Mar 2022 18:09:59 +0000 (19:09 +0100)
committerWolfgang Stöggl <c72578@yahoo.de>
Mon, 28 Mar 2022 09:00:45 +0000 (11:00 +0200)
commit9b342f9d3822fb27984b6038db63fe21d7236245
tree655d7103392234592a6bedc0209a3c9b6f749543
parent9b62c551fba7bbdff6980d590f466ba97561cb93
Fix tests under MSYS2 (Windows)

This is a follow-up to commit 7cd748e considering running the tests
in Windows under MSYS2. A similar approach has already been used in
tests\graph2 and tests\xport1 (see also: 847d679)

- Updates the following tests:
  graph1, rpn1, rpn2, vformatter1
- Avoid Windows drive letter in the path of DEF:vname=rrdfile
  under MSYS or MSYS2. Use only the filename of the rrd and not
  the full path if environmental variable MSYSTEM is set.
tests/graph1
tests/rpn1
tests/rpn2
tests/vformatter1