You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: