Merge lp://staging/~xavi-garcia-mena/go-unityscopes/utils-command into lp://staging/go-unityscopes/v2
Proposed by
Xavi Garcia
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~xavi-garcia-mena/go-unityscopes/utils-command |
Merge into: | lp://staging/go-unityscopes/v2 |
Diff against target: |
304 lines (+287/-0) 3 files modified
utils/command/command.go (+109/-0) utils/command/command_test.go (+144/-0) utils/testutils/testutils.go (+34/-0) |
To merge this branch: | bzr merge lp://staging/~xavi-garcia-mena/go-unityscopes/utils-command |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Unity API Team | Pending | ||
Review via email: mp+265832@code.staging.launchpad.net |
Commit message
Adding the initial utils directory to go-unityscopes.
It includes 2 packages:
* testutils
With common test utilities
* command
For executing system commands capturing the output, stderror and exit code.
Description of the change
Adding the initial utils directory to go-unityscopes.
It includes 2 packages:
* testutils
With common test utilities
* command
For executing system commands capturing the output, stderror and exit code.
To post a comment you must log in.
Unmerged revisions
- 70. By Xavi Garcia
-
Added utils directory with tools for building. Added common test utils package. Added utils command package to run system commands