`test_query_trace_info.py`: adapt regex to NT path style
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 15 Jul 2019 21:49:56 +0000 (17:49 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 20 Jul 2019 13:25:42 +0000 (09:25 -0400)
commitf2bad367743dbcfae25a8b05141ab84b042a6904
tree210aa4342a0e607d5946fd29fb832615bdf9f5c7
parent5cc867eb974cea138f300d200a2f09467b282640
`test_query_trace_info.py`: adapt regex to NT path style

In a MinGW 64 test environment, the stream path is expressed using NT
path (`C:\\...`). In `test_query_trace_info.py`, adapt the regex
accordingly using Python's `pathlib` API.

Change-Id: Ieee3b9cac0881aec7086cef69ecf681ad71c0722
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1708
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/plugins/src.ctf.fs/query/test_query_trace_info.py
This page took 0.024389 seconds and 4 git commands to generate.