Skip to content
Snippets Groups Projects
Commit 8c169201 authored by Pavlo Strokov's avatar Pavlo Strokov
Browse files

MustRunCommand should not be used for git commands execution

MustRunCommand should not be used to run git commands as there
are special functions for it in the gittest package.
The function marked as a test helper and now requires testing.TB
to be non-nil value. The failure message also was a bit refactored.
parent 8955b316
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment