Merge lp:~sylvain-pineau/checkbox/fix_get_script_env into lp:checkbox
Proposed by
Sylvain Pineau
Status: | Merged |
---|---|
Approved by: | Zygmunt Krynicki |
Approved revision: | 1961 |
Merged at revision: | 1962 |
Proposed branch: | lp:~sylvain-pineau/checkbox/fix_get_script_env |
Merge into: | lp:checkbox |
Diff against target: |
12 lines (+1/-1) 1 file modified
plainbox/plainbox/impl/runner.py (+1/-1) |
To merge this branch: | bzr merge lp:~sylvain-pineau/checkbox/fix_get_script_env |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Zygmunt Krynicki (community) | Approve | ||
Review via email:
|
Commit message
Set the "only_changes" parameter default value to False in get_script_env()
Description of the change
MR for plainbox
Set the "only_changes" parameter default value to False in get_script_env() so that
jobs not requiring a specific user to run have to use a verbatim copy of the environment.
To post a comment you must log in.
Thanks for finding, debugging and fixing this
This teaches us that despite coverage in that area we need better testing thought process and time to implement such tests. We also _really_ need to push to get integration tests to a good coverage degree. It's the biggest bang for the buck as they say