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
Using option --to-package while capturing coverage data creates a
temporary file named ".build_directory". Currently this file is not
properly removed at the end of processing due to a changed CWD. This
patch fixes this problem by reverting to the original CWD before trying
to remove the temporary file.
Signed-off-by: Peter Oberparleiter <[email protected]>
0 commit comments