fix a reentrancy bug in svn.run

Authored by sitter on Sep 26 2019, 10:17 AM.

Description

fix a reentrancy bug in svn.run

the status code of the run was captured into @status and then read through
its accessor, this was entirely not reentrant because svn is shared across
threads in l10n uses. to mitigate the status now collected into a scoped
status and duped into the object @status (from where it is used for testing
validation)

Details

Committed
sitterSep 26 2019, 10:17 AM
Parents
R572:fd4357da64bc: be more assertive about setup success
Branches
Unknown
Tags
Unknown