-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add --no-preserve option to cleanup workdir #136
base: main
Are you sure you want to change the base?
Conversation
Add test for this case Add new testing function (check_file_startingwith_not_in_dir) in testing lib
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about that, today workdir is the only way to know that something was executed. This will chnage in the future when we have a recording database, but today this will result in changes not being visible to other team members, which is not what we wanted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How did we get to this option? Today I thought that something opposite - making a copy of directory even if --self-setup was used and storing the log for it may be quite nice..
100% my idea. Reasoning was that after successful execution - since no debugging is required - user might want to purge unnecessary data from storage, especially with (soon-to-be) functioning database and --syslog option. I still stand behind it but counter argument is also valid from admin pov. |
4cdc87c
to
c1f7847
Compare
fixing issue #135