mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-09 20:07:49 +00:00
Merge pull request #1684 from dgibson/moo
runtime/tests: Change "moo FAILURE" message
This commit is contained in:
commit
038cecaa3f
@ -869,7 +869,7 @@ func TestMainCreateRuntime(t *testing.T) {
|
|||||||
assert := assert.New(t)
|
assert := assert.New(t)
|
||||||
|
|
||||||
const cmd = "foo"
|
const cmd = "foo"
|
||||||
const msg = "moo FAILURE"
|
const msg = "moo message"
|
||||||
|
|
||||||
resetCLIGlobals()
|
resetCLIGlobals()
|
||||||
|
|
||||||
@ -942,7 +942,7 @@ func TestMainFatalWriter(t *testing.T) {
|
|||||||
assert := assert.New(t)
|
assert := assert.New(t)
|
||||||
|
|
||||||
const cmd = "foo"
|
const cmd = "foo"
|
||||||
const msg = "moo FAILURE"
|
const msg = "moo message"
|
||||||
|
|
||||||
// create buffer to save logger output
|
// create buffer to save logger output
|
||||||
buf := &bytes.Buffer{}
|
buf := &bytes.Buffer{}
|
||||||
|
Loading…
Reference in New Issue
Block a user