Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

growing number of detect_linux_distribution_<number>.sh #124

Open
2019-05-10 opened this issue Oct 29, 2020 · 1 comment
Open

growing number of detect_linux_distribution_<number>.sh #124

2019-05-10 opened this issue Oct 29, 2020 · 1 comment
Labels
type: enhancement A general enhancement

Comments

@2019-05-10
Copy link

Apparently each test run creates a script
detect_linux_distribution_.sh
in the system temp folder.

Running the test several times leads to having the exact same script in numrous instances in temp.

The script should be either
reused (since the script does not change there is no obvious reason why it has to be created over and over again)
or
deleted once the test has finished/the script has served its purpose.

If the creation of several instances cannot be avoided, at least those should be created in a dedicated subfolder to not clutter up the temp folder.

@tomix26
Copy link
Collaborator

tomix26 commented Nov 3, 2020

You're right, thanks for the report.

@tomix26 tomix26 added the type: enhancement A general enhancement label Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants