mirror of
https://github.com/rancher/os.git
synced 2025-09-08 18:20:32 +00:00
Always assert RunQemu is successful
This commit is contained in:
@@ -7,9 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func (s *QemuSuite) TestSharedMount(c *C) {
|
||||
err := s.RunQemu()
|
||||
c.Assert(err, IsNil)
|
||||
|
||||
s.RunQemu(c)
|
||||
s.CheckCall(c, fmt.Sprintf(`
|
||||
set -x -e
|
||||
|
||||
|
Reference in New Issue
Block a user