Skip to content

make test leaves files behind #9458

Closed
@juhlig

Description

Describe the bug
make test leaves behind a file lib/common_test/test_server/variables..

This was probably introduced with 63dc181

To Reproduce
For example:

$ cd $ERL_TOP/lib/stdlib
$ make ARGS="-suite queue_SUITE" test

After this, the new file is there.

Expected behavior
The file is removed again after the test has finished.

Affected versions
Noticed when using OTP 27.1

Additional context
I wouldn't mind the file too much, but sooner or later it is bound to end up in a PR if I don't pay attention.

Activity

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

Metadata

Assignees

No one assigned

    Labels

    bugIssue is reported as a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions