Skip to content

make distcheck fails on MSYS2 after adding a new test #87

Description

@t-w

After adding the new test (4ab09f7), make distcheck started failing on MSYS2 with the following message:

    ERROR: files left in build directory after distclean:
    ./regtests/Test/test_update_datasize_ofs.exe.manifest

(the failing action)

The test is added and configured in the same way as other regressions tests, the only difference is lack of a script for execution (what actually makes configuration way simpler, no need to create and copy script etc.).
To exclude that the way of execution has anything to do with this issue, I made a test also with a script (like other regression tests) - it also failed in the same way, so the problem is with something else.

So far, no clue why that .manifest file is generated and not deleted for this particular executable...

At the moment, I do not have anywhere MSYS2 env. available (besides the GitHub's CI), so if anyone have a possibility to test this or have clues why this fails - help welcomed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions