Skip to content

No support for Windows paths #112

@ssallmen

Description

@ssallmen

I guess the library does not currently support Windows paths with backslashes. At least I did not find any way to merge for example files in a subfolder in Windows.

For example command jrm combined.xml "junit\junit_robot.xml" produces the following output even when the file is there:

PS C:\> jrm combined.xml "junit\junit_robot.xml"
Done. 0 files processed.
Provided input file patterns did not matched any file.

PS C:\> dir junit


    Directory: C:\junit


Mode                LastWriteTime         Length Name
----                -------------         ------ ----
-a----         6.9.2021     12.04           1220 junit_robot.xml
-a----         6.9.2021     15.12           4936 xjunit_jest.xml

The same issue is also present when the API (mergeFiles) is used. Tried also for example with .\junit_robot.xml when the file is in the current working directory but with the same result. Only for example junit_robot.xml or junit_*.xml (without any path separators) works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions