mirror of
https://github.com/rancher/os.git
synced 2025-09-13 21:51:33 +00:00
Always assert RunQemu is successful
This commit is contained in:
@@ -8,8 +8,7 @@ func (s *QemuSuite) TestNetwork(c *C) {
|
||||
for i := 0; i < 7; i++ {
|
||||
args = append(args, netArgs...)
|
||||
}
|
||||
err := s.RunQemu(args...)
|
||||
c.Assert(err, IsNil)
|
||||
s.RunQemu(c, args...)
|
||||
|
||||
s.CheckCall(c, `
|
||||
cat > test-merge << "SCRIPT"
|
||||
|
Reference in New Issue
Block a user